Html Css Color HEX #DE299E Deep Cerise

📋 copy color: '#DE299E'

red 222 ◦ green 41 ◦ blue 158

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

Shades of Deep Cerise #DE299E

Tints of Deep Cerise #DE299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 52.73%
G = 9.74%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE299E (or 0xDE299E) is known color: Deep Cerise. HEX triplet: DE, 29 and 9E. RGB value is (222,41,158). Sum of RGB (Red+Green+Blue) = 222+41+158=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE299E is #21D661. Grayscale: #6C6C6C. Windows color (decimal): -2217570 or 10365406. OLE color: 10365406.

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

Color convert

RGB 222 41 158 -
CMYK 0 0.82 0.29 0.13
HSL 321.22º 0.73% 0.52% -
HSV(B) 321.22º 0.82% 0.87% -
XYZ 37.09 19.58 34.17 -
YUV 108.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 222 41 158 0 0.82 0.29 0.13 321.22 0.73 0.52
Hex DE 29 9E 0 52 1D D 141 49 34
Octal 336 51 236 0 122 35 15 501 111 64
Binary 11011110 101001 10011110 0 1010010 11101 1101 101000001 1001001 110100

Color Harmonies of #DE299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE299E

Black with #DE299E

Text Example


Text Example

White with #DE299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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