#D2415F

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

Shades of Mandy #D2415F

Tints of Mandy #D2415F

Color information

#D2415F (or 0xD2415F) is unknown color: approx Mandy. HEX triplet: D2, 41 and 5F. RGB value is (210,65,95). Sum of RGB (Red+Green+Blue) = 210+65+95=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2415F is #2DBEA0. Grayscale: #6F6F6F. Windows color (decimal): -2997921 or 6242770. OLE color: 6242770.

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

Color convert

RGB2106595-
CMYK00.690.550.18
HSL347.59º61.7%53.92%-
HSV(B)347.59º69.05%82.35%-
XYZ30.5318.3112.75-
YUV111.78118.54198.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.76%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=56.76%
G=17.57%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210659500.690.550.18347.5961.753.92
HexD2415F045371215c3e36
Octal322101137010567225347666
Binary11010010100000110111110100010111011110010101011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2415F; }

 p { color: rgb(210,65,95); }

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

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

 a { background-color: rgb(210,65,95); }

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

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

 span { border-color: rgb(210,65,95); }

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