Html Css Color HEX #DE3393 Deep Cerise

📋 copy color: '#DE3393'

red 222 ◦ green 51 ◦ blue 147

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

Shades of Deep Cerise #DE3393

Tints of Deep Cerise #DE3393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.14%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 52.86%
G = 12.14%
B = 35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE3393 (or 0xDE3393) is known color: Deep Cerise. HEX triplet: DE, 33 and 93. RGB value is (222,51,147). Sum of RGB (Red+Green+Blue) = 222+51+147=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3393 is #21CC6C. Grayscale: #707070. Windows color (decimal): -2215021 or 9647070. OLE color: 9647070.

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

Color convert

RGB 222 51 147 -
CMYK 0 0.77 0.34 0.13
HSL 326.32º 0.72% 0.54% -
HSV(B) 326.32º 0.77% 0.87% -
XYZ 36.57 20 29.54 -
YUV 113.07 147.15 205.69 -
System Red Green Blue C M Y K H S L
Decimal 222 51 147 0 0.77 0.34 0.13 326.32 0.72 0.54
Hex DE 33 93 0 4D 22 D 146 48 36
Octal 336 63 223 0 115 42 15 506 110 66
Binary 11011110 110011 10010011 0 1001101 100010 1101 101000110 1001000 110110

Color Harmonies of #DE3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3393

Black with #DE3393

Text Example


Text Example

White with #DE3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3393; }

 p { color: rgb(222,51,147); }

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

background-color css

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

 a { background-color: rgb(222,51,147); }

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

border-color css

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

 span { border-color: rgb(222,51,147); }

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