Html Css Color HEX #D42079 Deep Cerise

📋 copy color: '#D42079'

red 212 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #D42079

Tints of Deep Cerise #D42079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 58.08%
G = 8.77%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D42079 (or 0xD42079) is known color: Deep Cerise. HEX triplet: D4, 20 and 79. RGB value is (212,32,121). Sum of RGB (Red+Green+Blue) = 212+32+121=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D42079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42079 is #2BDF86. Grayscale: #5F5F5F. Windows color (decimal): -2875271 or 7938260. OLE color: 7938260.

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

Color convert

RGB 212 32 121 -
CMYK 0 0.85 0.43 0.17
HSL 330.33º 0.74% 0.48% -
HSV(B) 330.33º 0.85% 0.83% -
XYZ 31.12 16.41 19.62 -
YUV 95.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 212 32 121 0 0.85 0.43 0.17 330.33 0.74 0.48
Hex D4 20 79 0 55 2B 11 14A 4A 30
Octal 324 40 171 0 125 53 21 512 112 60
Binary 11010100 100000 1111001 0 1010101 101011 10001 101001010 1001010 110000

Color Harmonies of #D42079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42079

Black with #D42079

Text Example


Text Example

White with #D42079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42079; }

 p { color: rgb(212,32,121); }

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

background-color css

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

 a { background-color: rgb(212,32,121); }

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

border-color css

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

 span { border-color: rgb(212,32,121); }

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