Html Css Color HEX #DE2998 Deep Cerise

📋 copy color: '#DE2998'

red 222 ◦ green 41 ◦ blue 152

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

Shades of Deep Cerise #DE2998

Tints of Deep Cerise #DE2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.88%

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

R = 53.49%
G = 9.88%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2998 (or 0xDE2998) is known color: Deep Cerise. HEX triplet: DE, 29 and 98. RGB value is (222,41,152). Sum of RGB (Red+Green+Blue) = 222+41+152=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2998 is #21D667. Grayscale: #6B6B6B. Windows color (decimal): -2217576 or 9972190. OLE color: 9972190.

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

Color convert

RGB 222 41 152 -
CMYK 0 0.82 0.32 0.13
HSL 323.2º 0.73% 0.52% -
HSV(B) 323.2º 0.82% 0.87% -
XYZ 36.58 19.38 31.52 -
YUV 107.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 222 41 152 0 0.82 0.32 0.13 323.2 0.73 0.52
Hex DE 29 98 0 52 20 D 143 49 34
Octal 336 51 230 0 122 40 15 503 111 64
Binary 11011110 101001 10011000 0 1010010 100000 1101 101000011 1001001 110100

Color Harmonies of #DE2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2998

Black with #DE2998

Text Example


Text Example

White with #DE2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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