Shades of Hollywood Cerise #D613AD
Tints of Hollywood Cerise #D613AD
RGB
CMYK
RGB Variations
Color information
#D613AD (or 0xD613AD) is known color: Hollywood Cerise. HEX triplet: D6, 13 and AD. RGB value is (214,19,173). Sum of RGB (Red+Green+Blue) = 214+19+173=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D613AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613AD is #29EC52. Grayscale: #5E5E5E. Windows color (decimal): -2747475 or 11342806. OLE color: 11342806.
HSL color Cylindrical-coordinate representation of color #D613AD: hue angle of 312.62º 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 #D613AD is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.16 |
| HSL | 312.62º | 0.84% | 0.46% | - |
| HSV(B) | 312.62º | 0.91% | 0.84% | - |
| XYZ | 35.51 | 17.78 | 41.1 | - |
| YUV | 94.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 173 | 0 | 0.91 | 0.19 | 0.16 | 312.62 | 0.84 | 0.46 |
| Hex | D6 | 13 | AD | 0 | 5B | 13 | 10 | 139 | 54 | 2E |
| Octal | 326 | 23 | 255 | 0 | 133 | 23 | 20 | 471 | 124 | 56 |
| Binary | 11010110 | 10011 | 10101101 | 0 | 1011011 | 10011 | 10000 | 100111001 | 1010100 | 101110 |
Color Harmonies of #D613AD
Complementary color
Monochromatic Colors of #D613AD
Black with #D613AD
Text Example
Text Example
White with #D613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613AD; }
p { color: rgb(214,19,173); }
H1.HeaderClassName
{
color: #D613AD;
}
.AnyTagClassName
{
color: #D613AD;
}
</style>
background-color css
<style>
a { background-color: #D613AD; }
a { background-color: rgb(214,19,173); }
div.DivClassName
{
background-color: #D613AD;
}
.BgClassName
{
background-color: #D613AD;
}
</style>
border-color css
<style>
span { border-color: #D613AD; }
span { border-color: rgb(214,19,173); }
td.TdClassName
{
border-color: #D613AD;
}
.TagClassName
{
border-color: #D613AD;
}
</style>