Html Css Color HEX #DE2D77 Deep Cerise

📋 copy color: '#DE2D77'

red 222 ◦ green 45 ◦ blue 119

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

Shades of Deep Cerise #DE2D77

Tints of Deep Cerise #DE2D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.66%

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

R = 57.51%
G = 11.66%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE2D77 (or 0xDE2D77) is known color: Deep Cerise. HEX triplet: DE, 2D and 77. RGB value is (222,45,119). Sum of RGB (Red+Green+Blue) = 222+45+119=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D77 is #21D288. Grayscale: #6A6A6A. Windows color (decimal): -2216585 or 7810526. OLE color: 7810526.

HSL color Cylindrical-coordinate representation of color #DE2D77: hue angle of 334.92º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D77 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 119 -
CMYK 0 0.80 0.46 0.13
HSL 334.92º 0.73% 0.52% -
HSV(B) 334.92º 0.8% 0.87% -
XYZ 34.39 18.74 19.26 -
YUV 106.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 222 45 119 0 0.80 0.46 0.13 334.92 0.73 0.52
Hex DE 2D 77 0 50 2E D 14F 49 34
Octal 336 55 167 0 120 56 15 517 111 64
Binary 11011110 101101 1110111 0 1010000 101110 1101 101001111 1001001 110100

Color Harmonies of #DE2D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D77

Black with #DE2D77

Text Example


Text Example

White with #DE2D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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