Html Css Color HEX #D42D76 Deep Cerise

📋 copy color: '#D42D76'

red 212 ◦ green 45 ◦ blue 118

#D42D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D42D76

Tints of Deep Cerise #D42D76

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

 GREEN value IS 45 (17.97% from 255) = 12%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 56.53%
G = 12%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D42D76 (or 0xD42D76) is known color: Deep Cerise. HEX triplet: D4, 2D and 76. RGB value is (212,45,118). Sum of RGB (Red+Green+Blue) = 212+45+118=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D76 is #2BD289. Grayscale: #676767. Windows color (decimal): -2871946 or 7744980. OLE color: 7744980.

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

Color convert

RGB 212 45 118 -
CMYK 0 0.79 0.44 0.17
HSL 333.77º 0.66% 0.5% -
HSV(B) 333.77º 0.79% 0.83% -
XYZ 31.36 17.18 18.8 -
YUV 103.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 212 45 118 0 0.79 0.44 0.17 333.77 0.66 0.5
Hex D4 2D 76 0 4F 2C 11 14E 42 32
Octal 324 55 166 0 117 54 21 516 102 62
Binary 11010100 101101 1110110 0 1001111 101100 10001 101001110 1000010 110010

Color Harmonies of #D42D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D76

Black with #D42D76

Text Example


Text Example

White with #D42D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D76; }

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

 H1.HeaderClassName
 {
   color: #D42D76;
 }
 .AnyTagClassName
 {
   color: #D42D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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