Html Css Color HEX #DE2979 Deep Cerise

📋 copy color: '#DE2979'

red 222 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #DE2979

Tints of Deep Cerise #DE2979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 57.81%
G = 10.68%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE2979 (or 0xDE2979) is known color: Deep Cerise. HEX triplet: DE, 29 and 79. RGB value is (222,41,121). Sum of RGB (Red+Green+Blue) = 222+41+121=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2979 is #21D686. Grayscale: #686868. Windows color (decimal): -2217607 or 7940574. OLE color: 7940574.

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

Color convert

RGB 222 41 121 -
CMYK 0 0.82 0.45 0.13
HSL 333.48º 0.73% 0.52% -
HSV(B) 333.48º 0.82% 0.87% -
XYZ 34.37 18.5 19.85 -
YUV 104.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 222 41 121 0 0.82 0.45 0.13 333.48 0.73 0.52
Hex DE 29 79 0 52 2D D 14D 49 34
Octal 336 51 171 0 122 55 15 515 111 64
Binary 11011110 101001 1111001 0 1010010 101101 1101 101001101 1001001 110100

Color Harmonies of #DE2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2979

Black with #DE2979

Text Example


Text Example

White with #DE2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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