Html Css Color HEX #DE2C98 Deep Cerise

📋 copy color: '#DE2C98'

red 222 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #DE2C98

Tints of Deep Cerise #DE2C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 53.11%
G = 10.53%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2C98 (or 0xDE2C98) is known color: Deep Cerise. HEX triplet: DE, 2C and 98. RGB value is (222,44,152). Sum of RGB (Red+Green+Blue) = 222+44+152=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C98 is #21D367. Grayscale: #6D6D6D. Windows color (decimal): -2216808 or 9972958. OLE color: 9972958.

HSL color Cylindrical-coordinate representation of color #DE2C98: hue angle of 323.6º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C98 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 44 152 -
CMYK 0 0.80 0.32 0.13
HSL 323.6º 0.73% 0.52% -
HSV(B) 323.6º 0.8% 0.87% -
XYZ 36.69 19.6 31.55 -
YUV 109.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 222 44 152 0 0.80 0.32 0.13 323.6 0.73 0.52
Hex DE 2C 98 0 50 20 D 144 49 34
Octal 336 54 230 0 120 40 15 504 111 64
Binary 11011110 101100 10011000 0 1010000 100000 1101 101000100 1001001 110100

Color Harmonies of #DE2C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C98

Black with #DE2C98

Text Example


Text Example

White with #DE2C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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