Html Css Color HEX #DF0098 Hollywood Cerise

📋 copy color: '#DF0098'

red 223 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #DF0098

Tints of Hollywood Cerise #DF0098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 59.47%
G = 0%
B = 40.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF0098 (or 0xDF0098) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 98. RGB value is (223,0,152). Sum of RGB (Red+Green+Blue) = 223+0+152=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0098 is #20FF67. Grayscale: #535353. Windows color (decimal): -2162536 or 9961695. OLE color: 9961695.

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

Color convert

RGB 223 0 152 -
CMYK 0 1 0.32 0.13
HSL 319.1º 1% 0.44% -
HSV(B) 319.1º 1% 0.87% -
XYZ 36.1 17.95 31.27 -
YUV 84.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 223 0 152 0 1 0.32 0.13 319.1 1 0.44
Hex DF 0 98 0 64 20 D 13F 64 2C
Octal 337 0 230 0 144 40 15 477 144 54
Binary 11011111 0 10011000 0 1100100 100000 1101 100111111 1100100 101100

Color Harmonies of #DF0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0098

Black with #DF0098

Text Example


Text Example

White with #DF0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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