Html Css Color HEX #DF0E99 Hollywood Cerise

📋 copy color: '#DF0E99'

red 223 ◦ green 14 ◦ blue 153

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

Shades of Hollywood Cerise #DF0E99

Tints of Hollywood Cerise #DF0E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 57.18%
G = 3.59%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF0E99 (or 0xDF0E99) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 99. RGB value is (223,14,153). Sum of RGB (Red+Green+Blue) = 223+14+153=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E99 is #20F166. Grayscale: #5B5B5B. Windows color (decimal): -2158951 or 10030815. OLE color: 10030815.

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

Color convert

RGB 223 14 153 -
CMYK 0 0.94 0.31 0.13
HSL 320.1º 0.88% 0.46% -
HSV(B) 320.1º 0.94% 0.87% -
XYZ 36.34 18.3 31.75 -
YUV 92.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 223 14 153 0 0.94 0.31 0.13 320.1 0.88 0.46
Hex DF E 99 0 5E 1F D 140 58 2E
Octal 337 16 231 0 136 37 15 500 130 56
Binary 11011111 1110 10011001 0 1011110 11111 1101 101000000 1011000 101110

Color Harmonies of #DF0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E99

Black with #DF0E99

Text Example


Text Example

White with #DF0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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