Html Css Color HEX #DE1E79 Deep Cerise

📋 copy color: '#DE1E79'

red 222 ◦ green 30 ◦ blue 121

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

Shades of Deep Cerise #DE1E79

Tints of Deep Cerise #DE1E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

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

R = 59.52%
G = 8.04%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE1E79 (or 0xDE1E79) is known color: Deep Cerise. HEX triplet: DE, 1E and 79. RGB value is (222,30,121). Sum of RGB (Red+Green+Blue) = 222+30+121=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1E79 is #21E186. Grayscale: #616161. Windows color (decimal): -2220423 or 7937758. OLE color: 7937758.

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

Color convert

RGB 222 30 121 -
CMYK 0 0.86 0.45 0.13
HSL 331.56º 0.76% 0.49% -
HSV(B) 331.56º 0.86% 0.87% -
XYZ 34.04 17.84 19.74 -
YUV 97.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 222 30 121 0 0.86 0.45 0.13 331.56 0.76 0.49
Hex DE 1E 79 0 56 2D D 14C 4C 31
Octal 336 36 171 0 126 55 15 514 114 61
Binary 11011110 11110 1111001 0 1010110 101101 1101 101001100 1001100 110001

Color Harmonies of #DE1E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E79

Black with #DE1E79

Text Example


Text Example

White with #DE1E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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