Html Css Color HEX #DE2D97 Deep Cerise

📋 copy color: '#DE2D97'

red 222 ◦ green 45 ◦ blue 151

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

Shades of Deep Cerise #DE2D97

Tints of Deep Cerise #DE2D97

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.77%

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

R = 53.11%
G = 10.77%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2D97 (or 0xDE2D97) is known color: Deep Cerise. HEX triplet: DE, 2D and 97. RGB value is (222,45,151). Sum of RGB (Red+Green+Blue) = 222+45+151=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D97 is #21D268. Grayscale: #6D6D6D. Windows color (decimal): -2216553 or 9907678. OLE color: 9907678.

HSL color Cylindrical-coordinate representation of color #DE2D97: hue angle of 324.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D97 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 151 -
CMYK 0 0.80 0.32 0.13
HSL 324.07º 0.73% 0.52% -
HSV(B) 324.07º 0.8% 0.87% -
XYZ 36.65 19.64 31.14 -
YUV 110.01 151.14 207.88 -
System Red Green Blue C M Y K H S L
Decimal 222 45 151 0 0.80 0.32 0.13 324.07 0.73 0.52
Hex DE 2D 97 0 50 20 D 144 49 34
Octal 336 55 227 0 120 40 15 504 111 64
Binary 11011110 101101 10010111 0 1010000 100000 1101 101000100 1001001 110100

Color Harmonies of #DE2D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D97

Black with #DE2D97

Text Example


Text Example

White with #DE2D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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