Html Css Color HEX #DC16AF Hollywood Cerise

📋 copy color: '#DC16AF'

red 220 ◦ green 22 ◦ blue 175

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

Shades of Hollywood Cerise #DC16AF

Tints of Hollywood Cerise #DC16AF

RGB

 RED value IS 220 (86.33% from 255) = 52.76%

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 52.76%
G = 5.28%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC16AF (or 0xDC16AF) is known color: Hollywood Cerise. HEX triplet: DC, 16 and AF. RGB value is (220,22,175). Sum of RGB (Red+Green+Blue) = 220+22+175=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC16AF is #23E950. Grayscale: #626262. Windows color (decimal): -2353489 or 11474652. OLE color: 11474652.

HSL color Cylindrical-coordinate representation of color #DC16AF: hue angle of 313.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16AF is Cyan = 0, Magento = 0.9, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 175 -
CMYK 0 0.9 0.20 0.14
HSL 313.64º 0.82% 0.47% -
HSV(B) 313.64º 0.9% 0.86% -
XYZ 37.54 18.88 42.22 -
YUV 98.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 220 22 175 0 0.9 0.20 0.14 313.64 0.82 0.47
Hex DC 16 AF 0 5A 14 E 13A 52 2F
Octal 334 26 257 0 132 24 16 472 122 57
Binary 11011100 10110 10101111 0 1011010 10100 1110 100111010 1010010 101111

Color Harmonies of #DC16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16AF

Black with #DC16AF

Text Example


Text Example

White with #DC16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16AF; }

 p { color: rgb(220,22,175); }

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

background-color css

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

 a { background-color: rgb(220,22,175); }

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

border-color css

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

 span { border-color: rgb(220,22,175); }

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