Html Css Color HEX #DE299C Deep Cerise

📋 copy color: '#DE299C'

red 222 ◦ green 41 ◦ blue 156

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

Shades of Deep Cerise #DE299C

Tints of Deep Cerise #DE299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 52.98%
G = 9.79%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE299C (or 0xDE299C) is known color: Deep Cerise. HEX triplet: DE, 29 and 9C. RGB value is (222,41,156). Sum of RGB (Red+Green+Blue) = 222+41+156=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE299C is #21D663. Grayscale: #6B6B6B. Windows color (decimal): -2217572 or 10234334. OLE color: 10234334.

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

Color convert

RGB 222 41 156 -
CMYK 0 0.82 0.30 0.13
HSL 321.88º 0.73% 0.52% -
HSV(B) 321.88º 0.82% 0.87% -
XYZ 36.92 19.52 33.27 -
YUV 108.23 154.97 209.15 -
System Red Green Blue C M Y K H S L
Decimal 222 41 156 0 0.82 0.30 0.13 321.88 0.73 0.52
Hex DE 29 9C 0 52 1E D 142 49 34
Octal 336 51 234 0 122 36 15 502 111 64
Binary 11011110 101001 10011100 0 1010010 11110 1101 101000010 1001001 110100

Color Harmonies of #DE299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE299C

Black with #DE299C

Text Example


Text Example

White with #DE299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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