Html Css Color HEX #DE2797 Deep Cerise

📋 copy color: '#DE2797'

red 222 ◦ green 39 ◦ blue 151

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

Shades of Deep Cerise #DE2797

Tints of Deep Cerise #DE2797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 53.88%
G = 9.47%
B = 36.65%

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

#DE2797 (or 0xDE2797) is known color: Deep Cerise. HEX triplet: DE, 27 and 97. RGB value is (222,39,151). Sum of RGB (Red+Green+Blue) = 222+39+151=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2797 is #21D868. Grayscale: #6A6A6A. Windows color (decimal): -2218089 or 9906142. OLE color: 9906142.

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

Color convert

RGB 222 39 151 -
CMYK 0 0.82 0.32 0.13
HSL 323.28º 0.73% 0.51% -
HSV(B) 323.28º 0.82% 0.87% -
XYZ 36.44 19.22 31.07 -
YUV 106.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 222 39 151 0 0.82 0.32 0.13 323.28 0.73 0.51
Hex DE 27 97 0 52 20 D 143 49 33
Octal 336 47 227 0 122 40 15 503 111 63
Binary 11011110 100111 10010111 0 1010010 100000 1101 101000011 1001001 110011

Color Harmonies of #DE2797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2797

Black with #DE2797

Text Example


Text Example

White with #DE2797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2797; }

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

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

background-color css

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

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

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

border-color css

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

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

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