#D42D71

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

Shades of Cerise #D42D71

Tints of Cerise #D42D71

Color information

#D42D71 (or 0xD42D71) is unknown color: approx Cerise. HEX triplet: D4, 2D and 71. RGB value is (212,45,113). Sum of RGB (Red+Green+Blue) = 212+45+113=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D71 is #2BD28E. Grayscale: #666666. Windows color (decimal): -2871951 or 7417300. OLE color: 7417300.

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

Color convert

RGB21245113-
CMYK00.790.470.17
HSL335.57º66.01%50.39%-
HSV(B)335.57º78.77%83.14%-
XYZ31.0717.0717.28-
YUV102.68133.83205.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 45 (17.97% from 255) = 12.16%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=57.30%
G=12.16%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124511300.790.470.17335.5766.0150.39
HexD42D7104F2F111504232
Octal324551610117572152010262
Binary11010100101101111000101001111101111100011010100001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D71; }

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

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

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

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

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

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

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

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