Html Css Color HEX #DF08AC Hollywood Cerise

📋 copy color: '#DF08AC'

red 223 ◦ green 8 ◦ blue 172

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

Shades of Hollywood Cerise #DF08AC

Tints of Hollywood Cerise #DF08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

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

R = 55.33%
G = 1.99%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF08AC (or 0xDF08AC) is known color: Hollywood Cerise. HEX triplet: DF, 08 and AC. RGB value is (223,8,172). Sum of RGB (Red+Green+Blue) = 223+8+172=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF08AC is #20F753. Grayscale: #5A5A5A. Windows color (decimal): -2160468 or 11274463. OLE color: 11274463.

HSL color Cylindrical-coordinate representation of color #DF08AC: hue angle of 314.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08AC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 172 -
CMYK 0 0.96 0.23 0.13
HSL 314.23º 0.93% 0.45% -
HSV(B) 314.23º 0.96% 0.87% -
XYZ 37.96 18.84 40.67 -
YUV 90.98 173.73 222.16 -
System Red Green Blue C M Y K H S L
Decimal 223 8 172 0 0.96 0.23 0.13 314.23 0.93 0.45
Hex DF 8 AC 0 60 17 D 13A 5D 2D
Octal 337 10 254 0 140 27 15 472 135 55
Binary 11011111 1000 10101100 0 1100000 10111 1101 100111010 1011101 101101

Color Harmonies of #DF08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08AC

Black with #DF08AC

Text Example


Text Example

White with #DF08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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