Html Css Color HEX #DE3199 Deep Cerise

📋 copy color: '#DE3199'

red 222 ◦ green 49 ◦ blue 153

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

Shades of Deep Cerise #DE3199

Tints of Deep Cerise #DE3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.56%

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 52.36%
G = 11.56%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE3199 (or 0xDE3199) is known color: Deep Cerise. HEX triplet: DE, 31 and 99. RGB value is (222,49,153). Sum of RGB (Red+Green+Blue) = 222+49+153=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3199 is #21CE66. Grayscale: #707070. Windows color (decimal): -2215527 or 10039774. OLE color: 10039774.

HSL color Cylindrical-coordinate representation of color #DE3199: hue angle of 323.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3199 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 153 -
CMYK 0 0.78 0.31 0.13
HSL 323.93º 0.72% 0.53% -
HSV(B) 323.93º 0.78% 0.87% -
XYZ 36.97 20.03 32.05 -
YUV 112.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 222 49 153 0 0.78 0.31 0.13 323.93 0.72 0.53
Hex DE 31 99 0 4E 1F D 144 48 35
Octal 336 61 231 0 116 37 15 504 110 65
Binary 11011110 110001 10011001 0 1001110 11111 1101 101000100 1001000 110101

Color Harmonies of #DE3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3199

Black with #DE3199

Text Example


Text Example

White with #DE3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3199; }

 p { color: rgb(222,49,153); }

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

background-color css

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

 a { background-color: rgb(222,49,153); }

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

border-color css

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

 span { border-color: rgb(222,49,153); }

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