Html Css Color HEX #DE219C Deep Cerise

📋 copy color: '#DE219C'

red 222 ◦ green 33 ◦ blue 156

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

Shades of Deep Cerise #DE219C

Tints of Deep Cerise #DE219C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 54.01%
G = 8.03%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE219C (or 0xDE219C) is known color: Deep Cerise. HEX triplet: DE, 21 and 9C. RGB value is (222,33,156). Sum of RGB (Red+Green+Blue) = 222+33+156=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE219C is #21DE63. Grayscale: #676767. Windows color (decimal): -2219620 or 10232286. OLE color: 10232286.

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

Color convert

RGB 222 33 156 -
CMYK 0 0.85 0.30 0.13
HSL 320.95º 0.74% 0.5% -
HSV(B) 320.95º 0.85% 0.87% -
XYZ 36.67 19.02 33.19 -
YUV 103.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 222 33 156 0 0.85 0.30 0.13 320.95 0.74 0.5
Hex DE 21 9C 0 55 1E D 141 4A 32
Octal 336 41 234 0 125 36 15 501 112 62
Binary 11011110 100001 10011100 0 1010101 11110 1101 101000001 1001010 110010

Color Harmonies of #DE219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE219C

Black with #DE219C

Text Example


Text Example

White with #DE219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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