#D25564

Color #D25564 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D25564

Tints of Mandy #D25564

Color information

#D25564 (or 0xD25564) is unknown color: approx Mandy. HEX triplet: D2, 55 and 64. RGB value is (210,85,100). Sum of RGB (Red+Green+Blue) = 210+85+100=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25564 is #2DAA9B. Grayscale: #7C7C7C. Windows color (decimal): -2992796 or 6575570. OLE color: 6575570.

HSL color Cylindrical-coordinate representation of color #D25564: hue angle of 352.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25564 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB21085100-
CMYK00.600.520.18
HSL352.8º58.14%57.84%-
HSV(B)352.8º59.52%82.35%-
XYZ32.1321.1214.44-
YUV124.08114.41189.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=53.16%
G=21.52%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108510000.600.520.18352.858.1457.84
HexD2556403C34121613a3a
Octal32212514407464225417272
Binary1101001010101011100100011110011010010010101100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25564; }

 p { color: rgb(210,85,100); }

 H1.HeaderClassName
 {
   color: #D25564;
 }
 .AnyTagClassName
 {
   color: #D25564;
 }
</style>
background-color css

<style>
 a { background-color: #D25564; }

 a { background-color: rgb(210,85,100); }

 div.DivClassName
 {
   background-color: #D25564;
 }
 .BgClassName
 {
   background-color: #D25564;
 }
</style>
border-color css

<style>
 span { border-color: #D25564; }

 span { border-color: rgb(210,85,100); }

 td.TdClassName
 {
   border-color: #D25564;
 }
 .TagClassName
 {
   border-color: #D25564;
 }
</style>