Html Css Color HEX #DE2077 Deep Cerise

📋 copy color: '#DE2077'

red 222 ◦ green 32 ◦ blue 119

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

Shades of Deep Cerise #DE2077

Tints of Deep Cerise #DE2077

RGB

 RED value IS 222 (87.11% from 255) = 59.52%

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

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

R = 59.52%
G = 8.58%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE2077 (or 0xDE2077) is known color: Deep Cerise. HEX triplet: DE, 20 and 77. RGB value is (222,32,119). Sum of RGB (Red+Green+Blue) = 222+32+119=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2077 is #21DF88. Grayscale: #626262. Windows color (decimal): -2219913 or 7807198. OLE color: 7807198.

HSL color Cylindrical-coordinate representation of color #DE2077: hue angle of 332.53º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2077 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 119 -
CMYK 0 0.86 0.46 0.13
HSL 332.53º 0.75% 0.5% -
HSV(B) 332.53º 0.86% 0.87% -
XYZ 33.97 17.89 19.12 -
YUV 98.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 222 32 119 0 0.86 0.46 0.13 332.53 0.75 0.5
Hex DE 20 77 0 56 2E D 14D 4B 32
Octal 336 40 167 0 126 56 15 515 113 62
Binary 11011110 100000 1110111 0 1010110 101110 1101 101001101 1001011 110010

Color Harmonies of #DE2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2077

Black with #DE2077

Text Example


Text Example

White with #DE2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2077; }

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

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

background-color css

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

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

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

border-color css

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

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

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