Html Css Color HEX #DE3198 Deep Cerise

📋 copy color: '#DE3198'

red 222 ◦ green 49 ◦ blue 152

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

Shades of Deep Cerise #DE3198

Tints of Deep Cerise #DE3198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.93%

R = 52.48%
G = 11.58%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE3198 (or 0xDE3198) is known color: Deep Cerise. HEX triplet: DE, 31 and 98. RGB value is (222,49,152). Sum of RGB (Red+Green+Blue) = 222+49+152=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3198 is #21CE67. Grayscale: #707070. Windows color (decimal): -2215528 or 9974238. OLE color: 9974238.

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

Color convert

RGB 222 49 152 -
CMYK 0 0.78 0.32 0.13
HSL 324.28º 0.72% 0.53% -
HSV(B) 324.28º 0.78% 0.87% -
XYZ 36.89 19.99 31.62 -
YUV 112.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 222 49 152 0 0.78 0.32 0.13 324.28 0.72 0.53
Hex DE 31 98 0 4E 20 D 144 48 35
Octal 336 61 230 0 116 40 15 504 110 65
Binary 11011110 110001 10011000 0 1001110 100000 1101 101000100 1001000 110101

Color Harmonies of #DE3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3198

Black with #DE3198

Text Example


Text Example

White with #DE3198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3198; }

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

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

background-color css

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

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

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

border-color css

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

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

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