#D2434E

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

Shades of Mandy #D2434E

Tints of Mandy #D2434E

Color information

#D2434E (or 0xD2434E) is unknown color: approx Mandy. HEX triplet: D2, 43 and 4E. RGB value is (210,67,78). Sum of RGB (Red+Green+Blue) = 210+67+78=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2434E is #2DBCB1. Grayscale: #6F6F6F. Windows color (decimal): -2997426 or 5129170. OLE color: 5129170.

HSL color Cylindrical-coordinate representation of color #D2434E: hue angle of 355.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2434E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2106778-
CMYK00.680.630.18
HSL355.38º61.37%54.31%-
HSV(B)355.38º68.1%82.35%-
XYZ29.9618.279.15-
YUV111.01109.38198.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.15%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=59.15%
G=18.87%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210677800.680.630.18355.3861.3754.31
HexD2434E0443F121633d36
Octal322103116010477225437566
Binary11010010100001110011100100010011111110010101100011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2434E; }

 p { color: rgb(210,67,78); }

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

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

 a { background-color: rgb(210,67,78); }

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

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

 span { border-color: rgb(210,67,78); }

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