Html Css Color HEX #DF00A7 Hollywood Cerise

📋 copy color: '#DF00A7'

red 223 ◦ green 0 ◦ blue 167

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

Shades of Hollywood Cerise #DF00A7

Tints of Hollywood Cerise #DF00A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

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

#DF00A7 (or 0xDF00A7) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A7. RGB value is (223,0,167). Sum of RGB (Red+Green+Blue) = 223+0+167=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A7 is #20FF58. Grayscale: #555555. Windows color (decimal): -2162521 or 10944735. OLE color: 10944735.

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

Color convert

RGB 223 0 167 -
CMYK 0 1 0.25 0.13
HSL 315.07º 1% 0.44% -
HSV(B) 315.07º 1% 0.87% -
XYZ 37.41 18.48 38.15 -
YUV 85.72 173.88 225.92 -
System Red Green Blue C M Y K H S L
Decimal 223 0 167 0 1 0.25 0.13 315.07 1 0.44
Hex DF 0 A7 0 64 19 D 13B 64 2C
Octal 337 0 247 0 144 31 15 473 144 54
Binary 11011111 0 10100111 0 1100100 11001 1101 100111011 1100100 101100

Color Harmonies of #DF00A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00A7

Black with #DF00A7

Text Example


Text Example

White with #DF00A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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