Html Css Color HEX #DE2179 Deep Cerise

📋 copy color: '#DE2179'

red 222 ◦ green 33 ◦ blue 121

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

Shades of Deep Cerise #DE2179

Tints of Deep Cerise #DE2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

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

R = 59.04%
G = 8.78%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE2179 (or 0xDE2179) is known color: Deep Cerise. HEX triplet: DE, 21 and 79. RGB value is (222,33,121). Sum of RGB (Red+Green+Blue) = 222+33+121=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2179 is #21DE86. Grayscale: #636363. Windows color (decimal): -2219655 or 7938526. OLE color: 7938526.

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

Color convert

RGB 222 33 121 -
CMYK 0 0.85 0.45 0.13
HSL 332.06º 0.74% 0.5% -
HSV(B) 332.06º 0.85% 0.87% -
XYZ 34.12 18 19.76 -
YUV 99.54 140.12 215.34 -
System Red Green Blue C M Y K H S L
Decimal 222 33 121 0 0.85 0.45 0.13 332.06 0.74 0.5
Hex DE 21 79 0 55 2D D 14C 4A 32
Octal 336 41 171 0 125 55 15 514 112 62
Binary 11011110 100001 1111001 0 1010101 101101 1101 101001100 1001010 110010

Color Harmonies of #DE2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2179

Black with #DE2179

Text Example


Text Example

White with #DE2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2179; }

 p { color: rgb(222,33,121); }

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

background-color css

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

 a { background-color: rgb(222,33,121); }

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

border-color css

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

 span { border-color: rgb(222,33,121); }

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