Html Css Color HEX #DC01AB Hollywood Cerise

📋 copy color: '#DC01AB'

red 220 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #DC01AB

Tints of Hollywood Cerise #DC01AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 56.12%
G = 0.26%
B = 43.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC01AB (or 0xDC01AB) is known color: Hollywood Cerise. HEX triplet: DC, 01 and AB. RGB value is (220,1,171). Sum of RGB (Red+Green+Blue) = 220+1+171=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01AB is #23FE54. Grayscale: #555555. Windows color (decimal): -2358869 or 11207132. OLE color: 11207132.

HSL color Cylindrical-coordinate representation of color #DC01AB: hue angle of 313.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01AB is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 171 -
CMYK 0 1.00 0.22 0.14
HSL 313.42º 0.99% 0.43% -
HSV(B) 313.42º 1% 0.86% -
XYZ 36.88 18.18 40.09 -
YUV 85.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 220 1 171 0 1.00 0.22 0.14 313.42 0.99 0.43
Hex DC 1 AB 0 64 16 E 139 63 2B
Octal 334 1 253 0 144 26 16 471 143 53
Binary 11011100 1 10101011 0 1100100 10110 1110 100111001 1100011 101011

Color Harmonies of #DC01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01AB

Black with #DC01AB

Text Example


Text Example

White with #DC01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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