Html Css Color HEX #DE2178 Deep Cerise

📋 copy color: '#DE2178'

red 222 ◦ green 33 ◦ blue 120

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

Shades of Deep Cerise #DE2178

Tints of Deep Cerise #DE2178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 59.2%
G = 8.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE2178 (or 0xDE2178) is known color: Deep Cerise. HEX triplet: DE, 21 and 78. RGB value is (222,33,120). Sum of RGB (Red+Green+Blue) = 222+33+120=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2178 is #21DE87. Grayscale: #636363. Windows color (decimal): -2219656 or 7872990. OLE color: 7872990.

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

Color convert

RGB 222 33 120 -
CMYK 0 0.85 0.46 0.13
HSL 332.38º 0.74% 0.5% -
HSV(B) 332.38º 0.85% 0.87% -
XYZ 34.06 17.97 19.44 -
YUV 99.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 222 33 120 0 0.85 0.46 0.13 332.38 0.74 0.5
Hex DE 21 78 0 55 2E D 14C 4A 32
Octal 336 41 170 0 125 56 15 514 112 62
Binary 11011110 100001 1111000 0 1010101 101110 1101 101001100 1001010 110010

Color Harmonies of #DE2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2178

Black with #DE2178

Text Example


Text Example

White with #DE2178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2178; }

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

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

background-color css

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

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

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

border-color css

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

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

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