#D42D58

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

Shades of Cerise #D42D58

Tints of Cerise #D42D58

Color information

#D42D58 (or 0xD42D58) is unknown color: approx Cerise. HEX triplet: D4, 2D and 58. RGB value is (212,45,88). Sum of RGB (Red+Green+Blue) = 212+45+88=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D58 is #2BD2A7. Grayscale: #636363. Windows color (decimal): -2871976 or 5778900. OLE color: 5778900.

HSL color Cylindrical-coordinate representation of color #D42D58: hue angle of 344.55º 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 #D42D58 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB2124588-
CMYK00.790.580.17
HSL344.55º66.01%50.39%-
HSV(B)344.55º78.77%83.14%-
XYZ29.8516.5810.86-
YUV99.84121.33208-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.45%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=61.45%
G=13.04%
B=25.51%

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
Decimal212458800.790.580.17344.5566.0150.39
HexD42D5804F3A111594232
Octal324551300117722153110262
Binary11010100101101101100001001111111010100011010110011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D58; }

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

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

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

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

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

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

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

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