Html Css Color HEX #DE2795 Deep Cerise

📋 copy color: '#DE2795'

red 222 ◦ green 39 ◦ blue 149

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

Shades of Deep Cerise #DE2795

Tints of Deep Cerise #DE2795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

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

R = 54.15%
G = 9.51%
B = 36.34%

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

#DE2795 (or 0xDE2795) is known color: Deep Cerise. HEX triplet: DE, 27 and 95. RGB value is (222,39,149). Sum of RGB (Red+Green+Blue) = 222+39+149=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2795 is #21D86A. Grayscale: #696969. Windows color (decimal): -2218091 or 9775070. OLE color: 9775070.

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

Color convert

RGB 222 39 149 -
CMYK 0 0.82 0.33 0.13
HSL 323.93º 0.73% 0.51% -
HSV(B) 323.93º 0.82% 0.87% -
XYZ 36.27 19.15 30.22 -
YUV 106.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 222 39 149 0 0.82 0.33 0.13 323.93 0.73 0.51
Hex DE 27 95 0 52 21 D 144 49 33
Octal 336 47 225 0 122 41 15 504 111 63
Binary 11011110 100111 10010101 0 1010010 100001 1101 101000100 1001001 110011

Color Harmonies of #DE2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2795

Black with #DE2795

Text Example


Text Example

White with #DE2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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