Html Css Color HEX #DF0B99 Hollywood Cerise

📋 copy color: '#DF0B99'

red 223 ◦ green 11 ◦ blue 153

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

Shades of Hollywood Cerise #DF0B99

Tints of Hollywood Cerise #DF0B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 57.62%
G = 2.84%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF0B99 (or 0xDF0B99) is known color: Hollywood Cerise. HEX triplet: DF, 0B and 99. RGB value is (223,11,153). Sum of RGB (Red+Green+Blue) = 223+11+153=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B99 is #20F466. Grayscale: #5A5A5A. Windows color (decimal): -2159719 or 10030047. OLE color: 10030047.

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

Color convert

RGB 223 11 153 -
CMYK 0 0.95 0.31 0.13
HSL 319.81º 0.91% 0.46% -
HSV(B) 319.81º 0.95% 0.87% -
XYZ 36.3 18.23 31.74 -
YUV 90.58 163.24 222.45 -
System Red Green Blue C M Y K H S L
Decimal 223 11 153 0 0.95 0.31 0.13 319.81 0.91 0.46
Hex DF B 99 0 5F 1F D 140 5B 2E
Octal 337 13 231 0 137 37 15 500 133 56
Binary 11011111 1011 10011001 0 1011111 11111 1101 101000000 1011011 101110

Color Harmonies of #DF0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B99

Black with #DF0B99

Text Example


Text Example

White with #DF0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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