Html Css Color HEX #DF0E97 Hollywood Cerise

📋 copy color: '#DF0E97'

red 223 ◦ green 14 ◦ blue 151

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

Shades of Hollywood Cerise #DF0E97

Tints of Hollywood Cerise #DF0E97

RGB

 RED value IS 223 (87.5% from 255) = 57.47%

 GREEN value IS 14 (5.86% from 255) = 3.61%

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

R = 57.47%
G = 3.61%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0E97 (or 0xDF0E97) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 97. RGB value is (223,14,151). Sum of RGB (Red+Green+Blue) = 223+14+151=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E97 is #20F168. Grayscale: #5B5B5B. Windows color (decimal): -2158953 or 9899743. OLE color: 9899743.

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

Color convert

RGB 223 14 151 -
CMYK 0 0.94 0.32 0.13
HSL 320.67º 0.88% 0.46% -
HSV(B) 320.67º 0.94% 0.87% -
XYZ 36.17 18.24 30.89 -
YUV 92.11 161.24 221.36 -
System Red Green Blue C M Y K H S L
Decimal 223 14 151 0 0.94 0.32 0.13 320.67 0.88 0.46
Hex DF E 97 0 5E 20 D 141 58 2E
Octal 337 16 227 0 136 40 15 501 130 56
Binary 11011111 1110 10010111 0 1011110 100000 1101 101000001 1011000 101110

Color Harmonies of #DF0E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E97

Black with #DF0E97

Text Example


Text Example

White with #DF0E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E97; }

 p { color: rgb(223,14,151); }

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

background-color css

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

 a { background-color: rgb(223,14,151); }

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

border-color css

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

 span { border-color: rgb(223,14,151); }

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