Html Css Color HEX #D62077 Deep Cerise

📋 copy color: '#D62077'

red 214 ◦ green 32 ◦ blue 119

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

Shades of Deep Cerise #D62077

Tints of Deep Cerise #D62077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 58.63%
G = 8.77%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D62077 (or 0xD62077) is known color: Deep Cerise. HEX triplet: D6, 20 and 77. RGB value is (214,32,119). Sum of RGB (Red+Green+Blue) = 214+32+119=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62077 is #29DF88. Grayscale: #606060. Windows color (decimal): -2744201 or 7807190. OLE color: 7807190.

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

Color convert

RGB 214 32 119 -
CMYK 0 0.85 0.44 0.16
HSL 331.32º 0.74% 0.48% -
HSV(B) 331.32º 0.85% 0.84% -
XYZ 31.58 16.66 19 -
YUV 96.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 214 32 119 0 0.85 0.44 0.16 331.32 0.74 0.48
Hex D6 20 77 0 55 2C 10 14B 4A 30
Octal 326 40 167 0 125 54 20 513 112 60
Binary 11010110 100000 1110111 0 1010101 101100 10000 101001011 1001010 110000

Color Harmonies of #D62077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62077

Black with #D62077

Text Example


Text Example

White with #D62077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62077; }

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

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

background-color css

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

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

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

border-color css

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

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

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