Html Css Color HEX #DE2876 Deep Cerise

📋 copy color: '#DE2876'

red 222 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #DE2876

Tints of Deep Cerise #DE2876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 58.42%
G = 10.53%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE2876 (or 0xDE2876) is known color: Deep Cerise. HEX triplet: DE, 28 and 76. RGB value is (222,40,118). Sum of RGB (Red+Green+Blue) = 222+40+118=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2876 is #21D789. Grayscale: #676767. Windows color (decimal): -2217866 or 7743710. OLE color: 7743710.

HSL color Cylindrical-coordinate representation of color #DE2876: hue angle of 334.29º 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 #DE2876 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 118 -
CMYK 0 0.82 0.47 0.13
HSL 334.29º 0.73% 0.51% -
HSV(B) 334.29º 0.82% 0.87% -
XYZ 34.15 18.36 18.88 -
YUV 103.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 222 40 118 0 0.82 0.47 0.13 334.29 0.73 0.51
Hex DE 28 76 0 52 2F D 14E 49 33
Octal 336 50 166 0 122 57 15 516 111 63
Binary 11011110 101000 1110110 0 1010010 101111 1101 101001110 1001001 110011

Color Harmonies of #DE2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2876

Black with #DE2876

Text Example


Text Example

White with #DE2876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2876; }

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

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

background-color css

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

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

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

border-color css

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

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

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