Html Css Color HEX #DF01AC Hollywood Cerise

📋 copy color: '#DF01AC'

red 223 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #DF01AC

Tints of Hollywood Cerise #DF01AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 56.31%
G = 0.25%
B = 43.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF01AC (or 0xDF01AC) is known color: Hollywood Cerise. HEX triplet: DF, 01 and AC. RGB value is (223,1,172). Sum of RGB (Red+Green+Blue) = 223+1+172=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF01AC is #20FE53. Grayscale: #565656. Windows color (decimal): -2162260 or 11272671. OLE color: 11272671.

HSL color Cylindrical-coordinate representation of color #DF01AC: hue angle of 313.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01AC is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 172 -
CMYK 0 1.00 0.23 0.13
HSL 313.78º 0.99% 0.44% -
HSV(B) 313.78º 1% 0.87% -
XYZ 37.89 18.69 40.64 -
YUV 86.87 176.05 225.1 -
System Red Green Blue C M Y K H S L
Decimal 223 1 172 0 1.00 0.23 0.13 313.78 0.99 0.44
Hex DF 1 AC 0 64 17 D 13A 63 2C
Octal 337 1 254 0 144 27 15 472 143 54
Binary 11011111 1 10101100 0 1100100 10111 1101 100111010 1100011 101100

Color Harmonies of #DF01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF01AC

Black with #DF01AC

Text Example


Text Example

White with #DF01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF01AC; }

 p { color: rgb(223,1,172); }

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

background-color css

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

 a { background-color: rgb(223,1,172); }

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

border-color css

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

 span { border-color: rgb(223,1,172); }

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