Html Css Color HEX #DE319E Deep Cerise

📋 copy color: '#DE319E'

red 222 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #DE319E

Tints of Deep Cerise #DE319E

RGB

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

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

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

R = 51.75%
G = 11.42%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE319E (or 0xDE319E) is known color: Deep Cerise. HEX triplet: DE, 31 and 9E. RGB value is (222,49,158). Sum of RGB (Red+Green+Blue) = 222+49+158=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE319E is #21CE61. Grayscale: #707070. Windows color (decimal): -2215522 or 10367454. OLE color: 10367454.

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

Color convert

RGB 222 49 158 -
CMYK 0 0.78 0.29 0.13
HSL 322.2º 0.72% 0.53% -
HSV(B) 322.2º 0.78% 0.87% -
XYZ 37.39 20.19 34.27 -
YUV 113.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 222 49 158 0 0.78 0.29 0.13 322.2 0.72 0.53
Hex DE 31 9E 0 4E 1D D 142 48 35
Octal 336 61 236 0 116 35 15 502 110 65
Binary 11011110 110001 10011110 0 1001110 11101 1101 101000010 1001000 110101

Color Harmonies of #DE319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE319E

Black with #DE319E

Text Example


Text Example

White with #DE319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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