Html Css Color HEX #DE2098 Deep Cerise

📋 copy color: '#DE2098'

red 222 ◦ green 32 ◦ blue 152

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

Shades of Deep Cerise #DE2098

Tints of Deep Cerise #DE2098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 54.68%
G = 7.88%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2098 (or 0xDE2098) is known color: Deep Cerise. HEX triplet: DE, 20 and 98. RGB value is (222,32,152). Sum of RGB (Red+Green+Blue) = 222+32+152=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2098 is #21DF67. Grayscale: #666666. Windows color (decimal): -2219880 or 9969886. OLE color: 9969886.

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

Color convert

RGB 222 32 152 -
CMYK 0 0.86 0.32 0.13
HSL 322.11º 0.75% 0.5% -
HSV(B) 322.11º 0.86% 0.87% -
XYZ 36.31 18.83 31.43 -
YUV 102.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 222 32 152 0 0.86 0.32 0.13 322.11 0.75 0.5
Hex DE 20 98 0 56 20 D 142 4B 32
Octal 336 40 230 0 126 40 15 502 113 62
Binary 11011110 100000 10011000 0 1010110 100000 1101 101000010 1001011 110010

Color Harmonies of #DE2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2098

Black with #DE2098

Text Example


Text Example

White with #DE2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2098; }

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

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

background-color css

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

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

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

border-color css

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

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

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