Html Css Color HEX #D62079 Deep Cerise

📋 copy color: '#D62079'

red 214 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #D62079

Tints of Deep Cerise #D62079

RGB

 RED value IS 214 (83.98% from 255) = 58.31%

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

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

R = 58.31%
G = 8.72%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D62079 (or 0xD62079) is known color: Deep Cerise. HEX triplet: D6, 20 and 79. RGB value is (214,32,121). Sum of RGB (Red+Green+Blue) = 214+32+121=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62079 is #29DF86. Grayscale: #606060. Windows color (decimal): -2744199 or 7938262. OLE color: 7938262.

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

Color convert

RGB 214 32 121 -
CMYK 0 0.85 0.43 0.16
HSL 330.66º 0.74% 0.48% -
HSV(B) 330.66º 0.85% 0.84% -
XYZ 31.7 16.71 19.64 -
YUV 96.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 214 32 121 0 0.85 0.43 0.16 330.66 0.74 0.48
Hex D6 20 79 0 55 2B 10 14B 4A 30
Octal 326 40 171 0 125 53 20 513 112 60
Binary 11010110 100000 1111001 0 1010101 101011 10000 101001011 1001010 110000

Color Harmonies of #D62079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62079

Black with #D62079

Text Example


Text Example

White with #D62079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62079; }

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

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

background-color css

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

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

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

border-color css

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

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

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