#D42B71

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

Shades of Cerise #D42B71

Tints of Cerise #D42B71

Color information

#D42B71 (or 0xD42B71) is unknown color: approx Cerise. HEX triplet: D4, 2B and 71. RGB value is (212,43,113). Sum of RGB (Red+Green+Blue) = 212+43+113=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B71 is #2BD48E. Grayscale: #656565. Windows color (decimal): -2872463 or 7416788. OLE color: 7416788.

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

Color convert

RGB21243113-
CMYK00.800.470.17
HSL335.15º66.27%50%-
HSV(B)335.15º79.72%83.14%-
XYZ3116.9217.25-
YUV101.51134.49206.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.61%
GREEN value IS 43 (17.19% from 255) = 11.68%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=57.61%
G=11.68%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124311300.800.470.17335.1566.2750
HexD42B710502F1114f4232
Octal324531610120572151710262
Binary11010100101011111000101010000101111100011010011111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B71; }

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

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

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

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

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

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

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

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