#D42B70

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

Shades of Cerise #D42B70

Tints of Cerise #D42B70

Color information

#D42B70 (or 0xD42B70) is unknown color: approx Cerise. HEX triplet: D4, 2B and 70. RGB value is (212,43,112). Sum of RGB (Red+Green+Blue) = 212+43+112=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B70 is #2BD48F. Grayscale: #656565. Windows color (decimal): -2872464 or 7351252. OLE color: 7351252.

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

Color convert

RGB21243112-
CMYK00.800.470.17
HSL335.5º66.27%50%-
HSV(B)335.5º79.72%83.14%-
XYZ30.9416.8916.96-
YUV101.4133.99206.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 43 (17.19% from 255) = 11.72%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=57.77%
G=11.72%
B=30.52%

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
Decimal2124311200.800.470.17335.566.2750
HexD42B700502F111504232
Octal324531600120572152010262
Binary11010100101011111000001010000101111100011010100001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42B70; }

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

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

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

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

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

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

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

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