Html Css Color HEX #DE2895 Deep Cerise

📋 copy color: '#DE2895'

red 222 ◦ green 40 ◦ blue 149

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

Shades of Deep Cerise #DE2895

Tints of Deep Cerise #DE2895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 54.01%
G = 9.73%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE2895 (or 0xDE2895) is known color: Deep Cerise. HEX triplet: DE, 28 and 95. RGB value is (222,40,149). Sum of RGB (Red+Green+Blue) = 222+40+149=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2895 is #21D76A. Grayscale: #6A6A6A. Windows color (decimal): -2217835 or 9775326. OLE color: 9775326.

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

Color convert

RGB 222 40 149 -
CMYK 0 0.82 0.33 0.13
HSL 324.07º 0.73% 0.51% -
HSV(B) 324.07º 0.82% 0.87% -
XYZ 36.31 19.22 30.23 -
YUV 106.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 222 40 149 0 0.82 0.33 0.13 324.07 0.73 0.51
Hex DE 28 95 0 52 21 D 144 49 33
Octal 336 50 225 0 122 41 15 504 111 63
Binary 11011110 101000 10010101 0 1010010 100001 1101 101000100 1001001 110011

Color Harmonies of #DE2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2895

Black with #DE2895

Text Example


Text Example

White with #DE2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2895; }

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

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

background-color css

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

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

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

border-color css

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

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

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