Html Css Color HEX #DE2298 Deep Cerise

📋 copy color: '#DE2298'

red 222 ◦ green 34 ◦ blue 152

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

Shades of Deep Cerise #DE2298

Tints of Deep Cerise #DE2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.33%

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

R = 54.41%
G = 8.33%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2298 (or 0xDE2298) is known color: Deep Cerise. HEX triplet: DE, 22 and 98. RGB value is (222,34,152). Sum of RGB (Red+Green+Blue) = 222+34+152=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2298 is #21DD67. Grayscale: #676767. Windows color (decimal): -2219368 or 9970398. OLE color: 9970398.

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

Color convert

RGB 222 34 152 -
CMYK 0 0.85 0.32 0.13
HSL 322.34º 0.74% 0.5% -
HSV(B) 322.34º 0.85% 0.87% -
XYZ 36.36 18.94 31.45 -
YUV 103.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 222 34 152 0 0.85 0.32 0.13 322.34 0.74 0.5
Hex DE 22 98 0 55 20 D 142 4A 32
Octal 336 42 230 0 125 40 15 502 112 62
Binary 11011110 100010 10011000 0 1010101 100000 1101 101000010 1001010 110010

Color Harmonies of #DE2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2298

Black with #DE2298

Text Example


Text Example

White with #DE2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2298; }

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

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

background-color css

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

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

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

border-color css

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

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

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