#D25462

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

Shades of Mandy #D25462

Tints of Mandy #D25462

Color information

#D25462 (or 0xD25462) is unknown color: approx Mandy. HEX triplet: D2, 54 and 62. RGB value is (210,84,98). Sum of RGB (Red+Green+Blue) = 210+84+98=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25462 is #2DAB9D. Grayscale: #7B7B7B. Windows color (decimal): -2993054 or 6444242. OLE color: 6444242.

HSL color Cylindrical-coordinate representation of color #D25462: hue angle of 353.33º 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 #D25462 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2108498-
CMYK00.60.530.18
HSL353.33º58.33%57.65%-
HSV(B)353.33º60%82.35%-
XYZ31.9520.9213.91-
YUV123.27113.74189.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.57%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 98 (38.67% from 255) = 25%
R=53.57%
G=21.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210849800.60.530.18353.3358.3357.65
HexD2546203C35121613a3a
Octal32212414207465225417272
Binary1101001010101001100010011110011010110010101100001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25462; }

 p { color: rgb(210,84,98); }

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

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

 a { background-color: rgb(210,84,98); }

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

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

 span { border-color: rgb(210,84,98); }

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