#D42D70

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

Shades of Cerise #D42D70

Tints of Cerise #D42D70

Color information

#D42D70 (or 0xD42D70) is unknown color: approx Cerise. HEX triplet: D4, 2D and 70. RGB value is (212,45,112). Sum of RGB (Red+Green+Blue) = 212+45+112=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D70 is #2BD28F. Grayscale: #666666. Windows color (decimal): -2871952 or 7351764. OLE color: 7351764.

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

Color convert

RGB21245112-
CMYK00.790.470.17
HSL335.93º66.01%50.39%-
HSV(B)335.93º78.77%83.14%-
XYZ31.0117.0416.98-
YUV102.57133.33206.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.45%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=57.45%
G=12.20%
B=30.35%

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
Decimal2124511200.790.470.17335.9366.0150.39
HexD42D7004F2F111504232
Octal324551600117572152010262
Binary11010100101101111000001001111101111100011010100001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D70; }

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

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

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

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

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

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

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

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