Html Css Color HEX #DC16AD Hollywood Cerise

📋 copy color: '#DC16AD'

red 220 ◦ green 22 ◦ blue 173

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

Shades of Hollywood Cerise #DC16AD

Tints of Hollywood Cerise #DC16AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 53.01%
G = 5.3%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC16AD (or 0xDC16AD) is known color: Hollywood Cerise. HEX triplet: DC, 16 and AD. RGB value is (220,22,173). Sum of RGB (Red+Green+Blue) = 220+22+173=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC16AD is #23E952. Grayscale: #626262. Windows color (decimal): -2353491 or 11343580. OLE color: 11343580.

HSL color Cylindrical-coordinate representation of color #DC16AD: hue angle of 314.24º 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 #DC16AD is Cyan = 0, Magento = 0.9, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 173 -
CMYK 0 0.9 0.21 0.14
HSL 314.24º 0.82% 0.47% -
HSV(B) 314.24º 0.9% 0.86% -
XYZ 37.34 18.81 41.2 -
YUV 98.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 220 22 173 0 0.9 0.21 0.14 314.24 0.82 0.47
Hex DC 16 AD 0 5A 15 E 13A 52 2F
Octal 334 26 255 0 132 25 16 472 122 57
Binary 11011100 10110 10101101 0 1011010 10101 1110 100111010 1010010 101111

Color Harmonies of #DC16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16AD

Black with #DC16AD

Text Example


Text Example

White with #DC16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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