Html Css Color HEX #DC16AB Hollywood Cerise

📋 copy color: '#DC16AB'

red 220 ◦ green 22 ◦ blue 171

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

Shades of Hollywood Cerise #DC16AB

Tints of Hollywood Cerise #DC16AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 53.27%
G = 5.33%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC16AB (or 0xDC16AB) is known color: Hollywood Cerise. HEX triplet: DC, 16 and AB. RGB value is (220,22,171). Sum of RGB (Red+Green+Blue) = 220+22+171=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC16AB is #23E954. Grayscale: #616161. Windows color (decimal): -2353493 or 11212508. OLE color: 11212508.

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

Color convert

RGB 220 22 171 -
CMYK 0 0.9 0.22 0.14
HSL 314.85º 0.82% 0.47% -
HSV(B) 314.85º 0.9% 0.86% -
XYZ 37.15 18.73 40.19 -
YUV 98.19 169.1 214.88 -
System Red Green Blue C M Y K H S L
Decimal 220 22 171 0 0.9 0.22 0.14 314.85 0.82 0.47
Hex DC 16 AB 0 5A 16 E 13B 52 2F
Octal 334 26 253 0 132 26 16 473 122 57
Binary 11011100 10110 10101011 0 1011010 10110 1110 100111011 1010010 101111

Color Harmonies of #DC16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16AB

Black with #DC16AB

Text Example


Text Example

White with #DC16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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