Shades of Hollywood Cerise #D601AB
Tints of Hollywood Cerise #D601AB
RGB
CMYK
RGB Variations
Color information
#D601AB (or 0xD601AB) is known color: Hollywood Cerise. HEX triplet: D6, 01 and AB. RGB value is (214,1,171). Sum of RGB (Red+Green+Blue) = 214+1+171=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D601AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D601AB is #29FE54. Grayscale: #535353. Windows color (decimal): -2752085 or 11207126. OLE color: 11207126.
HSL color Cylindrical-coordinate representation of color #D601AB: hue angle of 312.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D601AB is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.16 |
| HSL | 312.11º | 0.99% | 0.42% | - |
| HSV(B) | 312.11º | 1% | 0.84% | - |
| XYZ | 35.09 | 17.26 | 40.01 | - |
| YUV | 84.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 171 | 0 | 1.00 | 0.20 | 0.16 | 312.11 | 0.99 | 0.42 |
| Hex | D6 | 1 | AB | 0 | 64 | 14 | 10 | 138 | 63 | 2A |
| Octal | 326 | 1 | 253 | 0 | 144 | 24 | 20 | 470 | 143 | 52 |
| Binary | 11010110 | 1 | 10101011 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100011 | 101010 |
Color Harmonies of #D601AB
Complementary color
Monochromatic Colors of #D601AB
Black with #D601AB
Text Example
Text Example
White with #D601AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601AB; }
p { color: rgb(214,1,171); }
H1.HeaderClassName
{
color: #D601AB;
}
.AnyTagClassName
{
color: #D601AB;
}
</style>
background-color css
<style>
a { background-color: #D601AB; }
a { background-color: rgb(214,1,171); }
div.DivClassName
{
background-color: #D601AB;
}
.BgClassName
{
background-color: #D601AB;
}
</style>
border-color css
<style>
span { border-color: #D601AB; }
span { border-color: rgb(214,1,171); }
td.TdClassName
{
border-color: #D601AB;
}
.TagClassName
{
border-color: #D601AB;
}
</style>