Shades of Hollywood Cerise #D613AB
Tints of Hollywood Cerise #D613AB
RGB
CMYK
RGB Variations
Color information
#D613AB (or 0xD613AB) is known color: Hollywood Cerise. HEX triplet: D6, 13 and AB. RGB value is (214,19,171). Sum of RGB (Red+Green+Blue) = 214+19+171=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D613AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613AB is #29EC54. Grayscale: #5E5E5E. Windows color (decimal): -2747477 or 11211734. OLE color: 11211734.
HSL color Cylindrical-coordinate representation of color #D613AB: hue angle of 313.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613AB is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 171 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.16 |
| HSL | 313.23º | 0.84% | 0.46% | - |
| HSV(B) | 313.23º | 0.91% | 0.84% | - |
| XYZ | 35.32 | 17.7 | 40.08 | - |
| YUV | 94.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 171 | 0 | 0.91 | 0.20 | 0.16 | 313.23 | 0.84 | 0.46 |
| Hex | D6 | 13 | AB | 0 | 5B | 14 | 10 | 139 | 54 | 2E |
| Octal | 326 | 23 | 253 | 0 | 133 | 24 | 20 | 471 | 124 | 56 |
| Binary | 11010110 | 10011 | 10101011 | 0 | 1011011 | 10100 | 10000 | 100111001 | 1010100 | 101110 |
Color Harmonies of #D613AB
Complementary color
Monochromatic Colors of #D613AB
Black with #D613AB
Text Example
Text Example
White with #D613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613AB; }
p { color: rgb(214,19,171); }
H1.HeaderClassName
{
color: #D613AB;
}
.AnyTagClassName
{
color: #D613AB;
}
</style>
background-color css
<style>
a { background-color: #D613AB; }
a { background-color: rgb(214,19,171); }
div.DivClassName
{
background-color: #D613AB;
}
.BgClassName
{
background-color: #D613AB;
}
</style>
border-color css
<style>
span { border-color: #D613AB; }
span { border-color: rgb(214,19,171); }
td.TdClassName
{
border-color: #D613AB;
}
.TagClassName
{
border-color: #D613AB;
}
</style>