Html Css Color HEX #DE219A Deep Cerise

📋 copy color: '#DE219A'

red 222 ◦ green 33 ◦ blue 154

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

Shades of Deep Cerise #DE219A

Tints of Deep Cerise #DE219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 54.28%
G = 8.07%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE219A (or 0xDE219A) is known color: Deep Cerise. HEX triplet: DE, 21 and 9A. RGB value is (222,33,154). Sum of RGB (Red+Green+Blue) = 222+33+154=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE219A is #21DE65. Grayscale: #676767. Windows color (decimal): -2219622 or 10101214. OLE color: 10101214.

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

Color convert

RGB 222 33 154 -
CMYK 0 0.85 0.31 0.13
HSL 321.59º 0.74% 0.5% -
HSV(B) 321.59º 0.85% 0.87% -
XYZ 36.5 18.95 32.31 -
YUV 103.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 222 33 154 0 0.85 0.31 0.13 321.59 0.74 0.5
Hex DE 21 9A 0 55 1F D 142 4A 32
Octal 336 41 232 0 125 37 15 502 112 62
Binary 11011110 100001 10011010 0 1010101 11111 1101 101000010 1001010 110010

Color Harmonies of #DE219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE219A

Black with #DE219A

Text Example


Text Example

White with #DE219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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