Html Css Color HEX #DF0F97 Hollywood Cerise

📋 copy color: '#DF0F97'

red 223 ◦ green 15 ◦ blue 151

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

Shades of Hollywood Cerise #DF0F97

Tints of Hollywood Cerise #DF0F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

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

R = 57.33%
G = 3.86%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0F97 (or 0xDF0F97) is known color: Hollywood Cerise. HEX triplet: DF, 0F and 97. RGB value is (223,15,151). Sum of RGB (Red+Green+Blue) = 223+15+151=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0F97 is #20F068. Grayscale: #5C5C5C. Windows color (decimal): -2158697 or 9899999. OLE color: 9899999.

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

Color convert

RGB 223 15 151 -
CMYK 0 0.93 0.32 0.13
HSL 320.77º 0.87% 0.47% -
HSV(B) 320.77º 0.93% 0.87% -
XYZ 36.19 18.26 30.9 -
YUV 92.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 223 15 151 0 0.93 0.32 0.13 320.77 0.87 0.47
Hex DF F 97 0 5D 20 D 141 57 2F
Octal 337 17 227 0 135 40 15 501 127 57
Binary 11011111 1111 10010111 0 1011101 100000 1101 101000001 1010111 101111

Color Harmonies of #DF0F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F97

Black with #DF0F97

Text Example


Text Example

White with #DF0F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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