Html Css Color HEX #DE299D Deep Cerise

📋 copy color: '#DE299D'

red 222 ◦ green 41 ◦ blue 157

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

Shades of Deep Cerise #DE299D

Tints of Deep Cerise #DE299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 52.86%
G = 9.76%
B = 37.38%

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

#DE299D (or 0xDE299D) is known color: Deep Cerise. HEX triplet: DE, 29 and 9D. RGB value is (222,41,157). Sum of RGB (Red+Green+Blue) = 222+41+157=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE299D is #21D662. Grayscale: #6C6C6C. Windows color (decimal): -2217571 or 10299870. OLE color: 10299870.

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

Color convert

RGB 222 41 157 -
CMYK 0 0.82 0.29 0.13
HSL 321.55º 0.73% 0.52% -
HSV(B) 321.55º 0.82% 0.87% -
XYZ 37 19.55 33.72 -
YUV 108.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 222 41 157 0 0.82 0.29 0.13 321.55 0.73 0.52
Hex DE 29 9D 0 52 1D D 142 49 34
Octal 336 51 235 0 122 35 15 502 111 64
Binary 11011110 101001 10011101 0 1010010 11101 1101 101000010 1001001 110100

Color Harmonies of #DE299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE299D

Black with #DE299D

Text Example


Text Example

White with #DE299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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