Html Css Color HEX #DE2860 Cerise

📋 copy color: '#DE2860'

red 222 ◦ green 40 ◦ blue 96

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

Shades of Cerise #DE2860

Tints of Cerise #DE2860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 62.01%
G = 11.17%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE2860 (or 0xDE2860) is known color: Cerise. HEX triplet: DE, 28 and 60. RGB value is (222,40,96). Sum of RGB (Red+Green+Blue) = 222+40+96=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2860 is #21D79F. Grayscale: #646464. Windows color (decimal): -2217888 or 6301918. OLE color: 6301918.

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

Color convert

RGB 222 40 96 -
CMYK 0 0.82 0.57 0.13
HSL 341.54º 0.73% 0.51% -
HSV(B) 341.54º 0.82% 0.87% -
XYZ 32.99 17.89 12.78 -
YUV 100.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 222 40 96 0 0.82 0.57 0.13 341.54 0.73 0.51
Hex DE 28 60 0 52 39 D 156 49 33
Octal 336 50 140 0 122 71 15 526 111 63
Binary 11011110 101000 1100000 0 1010010 111001 1101 101010110 1001001 110011

Color Harmonies of #DE2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2860

Black with #DE2860

Text Example


Text Example

White with #DE2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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