Html Css Color HEX #DE2193 Deep Cerise

📋 copy color: '#DE2193'

red 222 ◦ green 33 ◦ blue 147

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

Shades of Deep Cerise #DE2193

Tints of Deep Cerise #DE2193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 55.22%
G = 8.21%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2193 (or 0xDE2193) is known color: Deep Cerise. HEX triplet: DE, 21 and 93. RGB value is (222,33,147). Sum of RGB (Red+Green+Blue) = 222+33+147=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2193 is #21DE6C. Grayscale: #666666. Windows color (decimal): -2219629 or 9642462. OLE color: 9642462.

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

Color convert

RGB 222 33 147 -
CMYK 0 0.85 0.34 0.13
HSL 323.81º 0.74% 0.5% -
HSV(B) 323.81º 0.85% 0.87% -
XYZ 35.93 18.72 29.32 -
YUV 102.51 153.12 213.23 -
System Red Green Blue C M Y K H S L
Decimal 222 33 147 0 0.85 0.34 0.13 323.81 0.74 0.5
Hex DE 21 93 0 55 22 D 144 4A 32
Octal 336 41 223 0 125 42 15 504 112 62
Binary 11011110 100001 10010011 0 1010101 100010 1101 101000100 1001010 110010

Color Harmonies of #DE2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2193

Black with #DE2193

Text Example


Text Example

White with #DE2193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2193; }

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

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

background-color css

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

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

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

border-color css

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

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

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