Html Css Color HEX #DC15AB Hollywood Cerise

📋 copy color: '#DC15AB'

red 220 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #DC15AB

Tints of Hollywood Cerise #DC15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

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

R = 53.4%
G = 5.1%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC15AB (or 0xDC15AB) is known color: Hollywood Cerise. HEX triplet: DC, 15 and AB. RGB value is (220,21,171). Sum of RGB (Red+Green+Blue) = 220+21+171=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15AB is #23EA54. Grayscale: #616161. Windows color (decimal): -2353749 or 11212252. OLE color: 11212252.

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

Color convert

RGB 220 21 171 -
CMYK 0 0.90 0.22 0.14
HSL 314.77º 0.83% 0.47% -
HSV(B) 314.77º 0.9% 0.86% -
XYZ 37.13 18.69 40.18 -
YUV 97.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 220 21 171 0 0.90 0.22 0.14 314.77 0.83 0.47
Hex DC 15 AB 0 5A 16 E 13B 53 2F
Octal 334 25 253 0 132 26 16 473 123 57
Binary 11011100 10101 10101011 0 1011010 10110 1110 100111011 1010011 101111

Color Harmonies of #DC15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15AB

Black with #DC15AB

Text Example


Text Example

White with #DC15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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