Html Css Color HEX #DF0099 Hollywood Cerise

📋 copy color: '#DF0099'

red 223 ◦ green 0 ◦ blue 153

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

Shades of Hollywood Cerise #DF0099

Tints of Hollywood Cerise #DF0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.31%
G = 0%
B = 40.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF0099 (or 0xDF0099) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 99. RGB value is (223,0,153). Sum of RGB (Red+Green+Blue) = 223+0+153=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0099 is #20FF66. Grayscale: #535353. Windows color (decimal): -2162535 or 10027231. OLE color: 10027231.

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

Color convert

RGB 223 0 153 -
CMYK 0 1 0.31 0.13
HSL 318.83º 1% 0.44% -
HSV(B) 318.83º 1% 0.87% -
XYZ 36.18 17.99 31.7 -
YUV 84.12 166.88 227.06 -
System Red Green Blue C M Y K H S L
Decimal 223 0 153 0 1 0.31 0.13 318.83 1 0.44
Hex DF 0 99 0 64 1F D 13F 64 2C
Octal 337 0 231 0 144 37 15 477 144 54
Binary 11011111 0 10011001 0 1100100 11111 1101 100111111 1100100 101100

Color Harmonies of #DF0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0099

Black with #DF0099

Text Example


Text Example

White with #DF0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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