Html Css Color HEX #DC13AB Hollywood Cerise

📋 copy color: '#DC13AB'

red 220 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #DC13AB

Tints of Hollywood Cerise #DC13AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.63%

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

R = 53.66%
G = 4.63%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC13AB (or 0xDC13AB) is known color: Hollywood Cerise. HEX triplet: DC, 13 and AB. RGB value is (220,19,171). Sum of RGB (Red+Green+Blue) = 220+19+171=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC13AB is #23EC54. Grayscale: #606060. Windows color (decimal): -2354261 or 11211740. OLE color: 11211740.

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

Color convert

RGB 220 19 171 -
CMYK 0 0.91 0.22 0.14
HSL 314.63º 0.84% 0.47% -
HSV(B) 314.63º 0.91% 0.86% -
XYZ 37.1 18.62 40.17 -
YUV 96.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 220 19 171 0 0.91 0.22 0.14 314.63 0.84 0.47
Hex DC 13 AB 0 5B 16 E 13B 54 2F
Octal 334 23 253 0 133 26 16 473 124 57
Binary 11011100 10011 10101011 0 1011011 10110 1110 100111011 1010100 101111

Color Harmonies of #DC13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13AB

Black with #DC13AB

Text Example


Text Example

White with #DC13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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