Html Css Color HEX #DF00A8 Hollywood Cerise

📋 copy color: '#DF00A8'

red 223 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #DF00A8

Tints of Hollywood Cerise #DF00A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 57.03%
G = 0%
B = 42.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF00A8 (or 0xDF00A8) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A8. RGB value is (223,0,168). Sum of RGB (Red+Green+Blue) = 223+0+168=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A8 is #20FF57. Grayscale: #555555. Windows color (decimal): -2162520 or 11010271. OLE color: 11010271.

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

Color convert

RGB 223 0 168 -
CMYK 0 1 0.25 0.13
HSL 314.8º 1% 0.44% -
HSV(B) 314.8º 1% 0.87% -
XYZ 37.5 18.52 38.64 -
YUV 85.83 174.38 225.84 -
System Red Green Blue C M Y K H S L
Decimal 223 0 168 0 1 0.25 0.13 314.8 1 0.44
Hex DF 0 A8 0 64 19 D 13B 64 2C
Octal 337 0 250 0 144 31 15 473 144 54
Binary 11011111 0 10101000 0 1100100 11001 1101 100111011 1100100 101100

Color Harmonies of #DF00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00A8

Black with #DF00A8

Text Example


Text Example

White with #DF00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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