#D2425C

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

Shades of Mandy #D2425C

Tints of Mandy #D2425C

Color information

#D2425C (or 0xD2425C) is unknown color: approx Mandy. HEX triplet: D2, 42 and 5C. RGB value is (210,66,92). Sum of RGB (Red+Green+Blue) = 210+66+92=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2425C is #2DBDA3. Grayscale: #707070. Windows color (decimal): -2997668 or 6046418. OLE color: 6046418.

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

Color convert

RGB2106692-
CMYK00.690.560.18
HSL349.17º61.54%54.12%-
HSV(B)349.17º68.57%82.35%-
XYZ30.4618.3712.07-
YUV112.02116.71197.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.07%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 92 (36.33% from 255) = 25%
R=57.07%
G=17.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210669200.690.560.18349.1761.5454.12
HexD2425C045381215d3e36
Octal322102134010570225357666
Binary11010010100001010111000100010111100010010101011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2425C; }

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

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

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

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

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

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

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

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