#D42D59

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

Shades of Cerise #D42D59

Tints of Cerise #D42D59

Color information

#D42D59 (or 0xD42D59) is unknown color: approx Cerise. HEX triplet: D4, 2D and 59. RGB value is (212,45,89). Sum of RGB (Red+Green+Blue) = 212+45+89=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D59 is #2BD2A6. Grayscale: #636363. Windows color (decimal): -2871975 or 5844436. OLE color: 5844436.

HSL color Cylindrical-coordinate representation of color #D42D59: hue angle of 344.19º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D59 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB2124589-
CMYK00.790.580.17
HSL344.19º66.01%50.39%-
HSV(B)344.19º78.77%83.14%-
XYZ29.8916.611.08-
YUV99.95121.83207.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.27%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=61.27%
G=13.01%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212458900.790.580.17344.1966.0150.39
HexD42D5904F3A111584232
Octal324551310117722153010262
Binary11010100101101101100101001111111010100011010110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D59; }

 p { color: rgb(212,45,89); }

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

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

 a { background-color: rgb(212,45,89); }

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

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

 span { border-color: rgb(212,45,89); }

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