Html Css Color HEX #DE2896 Deep Cerise

📋 copy color: '#DE2896'

red 222 ◦ green 40 ◦ blue 150

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

Shades of Deep Cerise #DE2896

Tints of Deep Cerise #DE2896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 53.88%
G = 9.71%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2896 (or 0xDE2896) is known color: Deep Cerise. HEX triplet: DE, 28 and 96. RGB value is (222,40,150). Sum of RGB (Red+Green+Blue) = 222+40+150=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2896 is #21D769. Grayscale: #6A6A6A. Windows color (decimal): -2217834 or 9840862. OLE color: 9840862.

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

Color convert

RGB 222 40 150 -
CMYK 0 0.82 0.32 0.13
HSL 323.74º 0.73% 0.51% -
HSV(B) 323.74º 0.82% 0.87% -
XYZ 36.39 19.25 30.65 -
YUV 106.96 152.3 210.06 -
System Red Green Blue C M Y K H S L
Decimal 222 40 150 0 0.82 0.32 0.13 323.74 0.73 0.51
Hex DE 28 96 0 52 20 D 144 49 33
Octal 336 50 226 0 122 40 15 504 111 63
Binary 11011110 101000 10010110 0 1010010 100000 1101 101000100 1001001 110011

Color Harmonies of #DE2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2896

Black with #DE2896

Text Example


Text Example

White with #DE2896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2896; }

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

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

background-color css

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

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

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

border-color css

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

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

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