Html Css Color HEX #DE2397 Deep Cerise

📋 copy color: '#DE2397'

red 222 ◦ green 35 ◦ blue 151

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

Shades of Deep Cerise #DE2397

Tints of Deep Cerise #DE2397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.58%

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

R = 54.41%
G = 8.58%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2397 (or 0xDE2397) is known color: Deep Cerise. HEX triplet: DE, 23 and 97. RGB value is (222,35,151). Sum of RGB (Red+Green+Blue) = 222+35+151=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2397 is #21DC68. Grayscale: #676767. Windows color (decimal): -2219113 or 9905118. OLE color: 9905118.

HSL color Cylindrical-coordinate representation of color #DE2397: hue angle of 322.78º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2397 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 35 151 -
CMYK 0 0.84 0.32 0.13
HSL 322.78º 0.74% 0.5% -
HSV(B) 322.78º 0.84% 0.87% -
XYZ 36.31 18.97 31.03 -
YUV 104.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 222 35 151 0 0.84 0.32 0.13 322.78 0.74 0.5
Hex DE 23 97 0 54 20 D 143 4A 32
Octal 336 43 227 0 124 40 15 503 112 62
Binary 11011110 100011 10010111 0 1010100 100000 1101 101000011 1001010 110010

Color Harmonies of #DE2397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2397

Black with #DE2397

Text Example


Text Example

White with #DE2397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2397; }

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

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

background-color css

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

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

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

border-color css

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

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

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