Html Css Color HEX #DE1C79 Deep Cerise

📋 copy color: '#DE1C79'

red 222 ◦ green 28 ◦ blue 121

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

Shades of Deep Cerise #DE1C79

Tints of Deep Cerise #DE1C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

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

R = 59.84%
G = 7.55%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE1C79 (or 0xDE1C79) is known color: Deep Cerise. HEX triplet: DE, 1C and 79. RGB value is (222,28,121). Sum of RGB (Red+Green+Blue) = 222+28+121=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1C79 is #21E386. Grayscale: #606060. Windows color (decimal): -2220935 or 7937246. OLE color: 7937246.

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

Color convert

RGB 222 28 121 -
CMYK 0 0.87 0.45 0.13
HSL 331.24º 0.78% 0.49% -
HSV(B) 331.24º 0.87% 0.87% -
XYZ 33.99 17.74 19.72 -
YUV 96.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 222 28 121 0 0.87 0.45 0.13 331.24 0.78 0.49
Hex DE 1C 79 0 57 2D D 14B 4E 31
Octal 336 34 171 0 127 55 15 513 116 61
Binary 11011110 11100 1111001 0 1010111 101101 1101 101001011 1001110 110001

Color Harmonies of #DE1C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C79

Black with #DE1C79

Text Example


Text Example

White with #DE1C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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