Html Css Color HEX #DE2092 Deep Cerise

📋 copy color: '#DE2092'

red 222 ◦ green 32 ◦ blue 146

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

Shades of Deep Cerise #DE2092

Tints of Deep Cerise #DE2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

 BLUE value IS 146 (57.42% from 255) = 36.5%

R = 55.5%
G = 8%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE2092 (or 0xDE2092) is known color: Deep Cerise. HEX triplet: DE, 20 and 92. RGB value is (222,32,146). Sum of RGB (Red+Green+Blue) = 222+32+146=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2092 is #21DF6D. Grayscale: #656565. Windows color (decimal): -2219886 or 9576670. OLE color: 9576670.

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

Color convert

RGB 222 32 146 -
CMYK 0 0.86 0.34 0.13
HSL 324º 0.75% 0.5% -
HSV(B) 324º 0.86% 0.87% -
XYZ 35.83 18.64 28.9 -
YUV 101.81 152.95 213.73 -
System Red Green Blue C M Y K H S L
Decimal 222 32 146 0 0.86 0.34 0.13 324 0.75 0.5
Hex DE 20 92 0 56 22 D 144 4B 32
Octal 336 40 222 0 126 42 15 504 113 62
Binary 11011110 100000 10010010 0 1010110 100010 1101 101000100 1001011 110010

Color Harmonies of #DE2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2092

Black with #DE2092

Text Example


Text Example

White with #DE2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2092; }

 p { color: rgb(222,32,146); }

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

background-color css

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

 a { background-color: rgb(222,32,146); }

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

border-color css

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

 span { border-color: rgb(222,32,146); }

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