Html Css Color HEX #DE0397 Hollywood Cerise

📋 copy color: '#DE0397'

red 222 ◦ green 3 ◦ blue 151

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

Shades of Hollywood Cerise #DE0397

Tints of Hollywood Cerise #DE0397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 59.04%
G = 0.8%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE0397 (or 0xDE0397) is known color: Hollywood Cerise. HEX triplet: DE, 03 and 97. RGB value is (222,3,151). Sum of RGB (Red+Green+Blue) = 222+3+151=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0397 is #21FC68. Grayscale: #545454. Windows color (decimal): -2227305 or 9896926. OLE color: 9896926.

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

Color convert

RGB 222 3 151 -
CMYK 0 0.99 0.32 0.13
HSL 319.45º 0.97% 0.44% -
HSV(B) 319.45º 0.99% 0.87% -
XYZ 35.74 17.83 30.84 -
YUV 85.35 165.05 225.47 -
System Red Green Blue C M Y K H S L
Decimal 222 3 151 0 0.99 0.32 0.13 319.45 0.97 0.44
Hex DE 3 97 0 63 20 D 13F 61 2C
Octal 336 3 227 0 143 40 15 477 141 54
Binary 11011110 11 10010111 0 1100011 100000 1101 100111111 1100001 101100

Color Harmonies of #DE0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0397

Black with #DE0397

Text Example


Text Example

White with #DE0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0397; }

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

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

background-color css

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

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

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

border-color css

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

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

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