Html Css Color HEX #D42176 Deep Cerise

📋 copy color: '#D42176'

red 212 ◦ green 33 ◦ blue 118

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

Shades of Deep Cerise #D42176

Tints of Deep Cerise #D42176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

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

R = 58.4%
G = 9.09%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D42176 (or 0xD42176) is known color: Deep Cerise. HEX triplet: D4, 21 and 76. RGB value is (212,33,118). Sum of RGB (Red+Green+Blue) = 212+33+118=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D42176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42176 is #2BDE89. Grayscale: #606060. Windows color (decimal): -2875018 or 7741908. OLE color: 7741908.

HSL color Cylindrical-coordinate representation of color #D42176: hue angle of 331.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42176 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 118 -
CMYK 0 0.84 0.44 0.17
HSL 331.51º 0.73% 0.48% -
HSV(B) 331.51º 0.84% 0.83% -
XYZ 30.97 16.39 18.67 -
YUV 96.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 212 33 118 0 0.84 0.44 0.17 331.51 0.73 0.48
Hex D4 21 76 0 54 2C 11 14C 49 30
Octal 324 41 166 0 124 54 21 514 111 60
Binary 11010100 100001 1110110 0 1010100 101100 10001 101001100 1001001 110000

Color Harmonies of #D42176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42176

Black with #D42176

Text Example


Text Example

White with #D42176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42176; }

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

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

background-color css

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

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

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

border-color css

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

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

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