Shades of Hollywood Cerise #D613A7
Tints of Hollywood Cerise #D613A7
RGB
CMYK
RGB Variations
Color information
#D613A7 (or 0xD613A7) is known color: Hollywood Cerise. HEX triplet: D6, 13 and A7. RGB value is (214,19,167). Sum of RGB (Red+Green+Blue) = 214+19+167=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D613A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613A7 is #29EC58. Grayscale: #5D5D5D. Windows color (decimal): -2747481 or 10949590. OLE color: 10949590.
HSL color Cylindrical-coordinate representation of color #D613A7: hue angle of 314.46º 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 #D613A7 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 167 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.16 |
| HSL | 314.46º | 0.84% | 0.46% | - |
| HSV(B) | 314.46º | 0.91% | 0.84% | - |
| XYZ | 34.94 | 17.55 | 38.11 | - |
| YUV | 94.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 167 | 0 | 0.91 | 0.22 | 0.16 | 314.46 | 0.84 | 0.46 |
| Hex | D6 | 13 | A7 | 0 | 5B | 16 | 10 | 13A | 54 | 2E |
| Octal | 326 | 23 | 247 | 0 | 133 | 26 | 20 | 472 | 124 | 56 |
| Binary | 11010110 | 10011 | 10100111 | 0 | 1011011 | 10110 | 10000 | 100111010 | 1010100 | 101110 |
Color Harmonies of #D613A7
Complementary color
Monochromatic Colors of #D613A7
Black with #D613A7
Text Example
Text Example
White with #D613A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D613A7; }
p { color: rgb(214,19,167); }
H1.HeaderClassName
{
color: #D613A7;
}
.AnyTagClassName
{
color: #D613A7;
}
</style>
background-color css
<style>
a { background-color: #D613A7; }
a { background-color: rgb(214,19,167); }
div.DivClassName
{
background-color: #D613A7;
}
.BgClassName
{
background-color: #D613A7;
}
</style>
border-color css
<style>
span { border-color: #D613A7; }
span { border-color: rgb(214,19,167); }
td.TdClassName
{
border-color: #D613A7;
}
.TagClassName
{
border-color: #D613A7;
}
</style>