#D2424B

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

Shades of Mandy #D2424B

Tints of Mandy #D2424B

Color information

#D2424B (or 0xD2424B) is unknown color: approx Mandy. HEX triplet: D2, 42 and 4B. RGB value is (210,66,75). Sum of RGB (Red+Green+Blue) = 210+66+75=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2424B is #2DBDB4. Grayscale: #6E6E6E. Windows color (decimal): -2997685 or 4932306. OLE color: 4932306.

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

Color convert

RGB2106675-
CMYK00.690.640.18
HSL356.25º61.54%54.12%-
HSV(B)356.25º68.57%82.35%-
XYZ29.818.118.58-
YUV110.08108.21199.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.83%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=59.83%
G=18.80%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210667500.690.640.18356.2561.5454.12
HexD2424B04540121643e36
Octal3221021130105100225447666
Binary110100101000010100101101000101100000010010101100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2424B; }

 p { color: rgb(210,66,75); }

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

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

 a { background-color: rgb(210,66,75); }

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

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

 span { border-color: rgb(210,66,75); }

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