Html Css Color HEX #DE2879 Deep Cerise

📋 copy color: '#DE2879'

red 222 ◦ green 40 ◦ blue 121

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

Shades of Deep Cerise #DE2879

Tints of Deep Cerise #DE2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.44%

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

R = 57.96%
G = 10.44%
B = 31.59%

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

#DE2879 (or 0xDE2879) is known color: Deep Cerise. HEX triplet: DE, 28 and 79. RGB value is (222,40,121). Sum of RGB (Red+Green+Blue) = 222+40+121=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2879 is #21D786. Grayscale: #676767. Windows color (decimal): -2217863 or 7940318. OLE color: 7940318.

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

Color convert

RGB 222 40 121 -
CMYK 0 0.82 0.45 0.13
HSL 333.3º 0.73% 0.51% -
HSV(B) 333.3º 0.82% 0.87% -
XYZ 34.33 18.43 19.84 -
YUV 103.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 222 40 121 0 0.82 0.45 0.13 333.3 0.73 0.51
Hex DE 28 79 0 52 2D D 14D 49 33
Octal 336 50 171 0 122 55 15 515 111 63
Binary 11011110 101000 1111001 0 1010010 101101 1101 101001101 1001001 110011

Color Harmonies of #DE2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2879

Black with #DE2879

Text Example


Text Example

White with #DE2879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2879; }

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

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

background-color css

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

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

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

border-color css

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

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

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