Html Css Color HEX #DF0096 Hollywood Cerise

📋 copy color: '#DF0096'

red 223 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #DF0096

Tints of Hollywood Cerise #DF0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 59.79%
G = 0%
B = 40.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF0096 (or 0xDF0096) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 96. RGB value is (223,0,150). Sum of RGB (Red+Green+Blue) = 223+0+150=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0096 is #20FF69. Grayscale: #535353. Windows color (decimal): -2162538 or 9830623. OLE color: 9830623.

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

Color convert

RGB 223 0 150 -
CMYK 0 1 0.33 0.13
HSL 319.64º 1% 0.44% -
HSV(B) 319.64º 1% 0.87% -
XYZ 35.94 17.89 30.41 -
YUV 83.78 165.38 227.3 -
System Red Green Blue C M Y K H S L
Decimal 223 0 150 0 1 0.33 0.13 319.64 1 0.44
Hex DF 0 96 0 64 21 D 140 64 2C
Octal 337 0 226 0 144 41 15 500 144 54
Binary 11011111 0 10010110 0 1100100 100001 1101 101000000 1100100 101100

Color Harmonies of #DF0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0096

Black with #DF0096

Text Example


Text Example

White with #DF0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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