Html Css Color HEX #DF16AC Hollywood Cerise

📋 copy color: '#DF16AC'

red 223 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #DF16AC

Tints of Hollywood Cerise #DF16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.28%

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

R = 53.48%
G = 5.28%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF16AC (or 0xDF16AC) is known color: Hollywood Cerise. HEX triplet: DF, 16 and AC. RGB value is (223,22,172). Sum of RGB (Red+Green+Blue) = 223+22+172=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AC is #20E953. Grayscale: #626262. Windows color (decimal): -2156884 or 11278047. OLE color: 11278047.

HSL color Cylindrical-coordinate representation of color #DF16AC: hue angle of 315.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF16AC is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 172 -
CMYK 0 0.90 0.23 0.13
HSL 315.22º 0.82% 0.48% -
HSV(B) 315.22º 0.9% 0.87% -
XYZ 38.16 19.24 40.73 -
YUV 99.2 169.09 216.3 -
System Red Green Blue C M Y K H S L
Decimal 223 22 172 0 0.90 0.23 0.13 315.22 0.82 0.48
Hex DF 16 AC 0 5A 17 D 13B 52 30
Octal 337 26 254 0 132 27 15 473 122 60
Binary 11011111 10110 10101100 0 1011010 10111 1101 100111011 1010010 110000

Color Harmonies of #DF16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF16AC

Black with #DF16AC

Text Example


Text Example

White with #DF16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF16AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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