Html Css Color HEX #DF07AC Hollywood Cerise

📋 copy color: '#DF07AC'

red 223 ◦ green 7 ◦ blue 172

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

Shades of Hollywood Cerise #DF07AC

Tints of Hollywood Cerise #DF07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 55.47%
G = 1.74%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF07AC (or 0xDF07AC) is known color: Hollywood Cerise. HEX triplet: DF, 07 and AC. RGB value is (223,7,172). Sum of RGB (Red+Green+Blue) = 223+7+172=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF07AC is #20F853. Grayscale: #595959. Windows color (decimal): -2160724 or 11274207. OLE color: 11274207.

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

Color convert

RGB 223 7 172 -
CMYK 0 0.97 0.23 0.13
HSL 314.17º 0.94% 0.45% -
HSV(B) 314.17º 0.97% 0.87% -
XYZ 37.95 18.82 40.66 -
YUV 90.39 174.06 222.58 -
System Red Green Blue C M Y K H S L
Decimal 223 7 172 0 0.97 0.23 0.13 314.17 0.94 0.45
Hex DF 7 AC 0 61 17 D 13A 5E 2D
Octal 337 7 254 0 141 27 15 472 136 55
Binary 11011111 111 10101100 0 1100001 10111 1101 100111010 1011110 101101

Color Harmonies of #DF07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07AC

Black with #DF07AC

Text Example


Text Example

White with #DF07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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