Html Css Color HEX #DE3279 Deep Cerise

📋 copy color: '#DE3279'

red 222 ◦ green 50 ◦ blue 121

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

Shades of Deep Cerise #DE3279

Tints of Deep Cerise #DE3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.72%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 56.49%
G = 12.72%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE3279 (or 0xDE3279) is known color: Deep Cerise. HEX triplet: DE, 32 and 79. RGB value is (222,50,121). Sum of RGB (Red+Green+Blue) = 222+50+121=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3279 is #21CD86. Grayscale: #6D6D6D. Windows color (decimal): -2215303 or 7942878. OLE color: 7942878.

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

Color convert

RGB 222 50 121 -
CMYK 0 0.77 0.45 0.13
HSL 335.23º 0.72% 0.53% -
HSV(B) 335.23º 0.77% 0.87% -
XYZ 34.72 19.19 19.96 -
YUV 109.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 222 50 121 0 0.77 0.45 0.13 335.23 0.72 0.53
Hex DE 32 79 0 4D 2D D 14F 48 35
Octal 336 62 171 0 115 55 15 517 110 65
Binary 11011110 110010 1111001 0 1001101 101101 1101 101001111 1001000 110101

Color Harmonies of #DE3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3279

Black with #DE3279

Text Example


Text Example

White with #DE3279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3279; }

 p { color: rgb(222,50,121); }

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

background-color css

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

 a { background-color: rgb(222,50,121); }

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

border-color css

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

 span { border-color: rgb(222,50,121); }

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