Shades of Hollywood Cerise #D714AC
Tints of Hollywood Cerise #D714AC
RGB
CMYK
RGB Variations
Color information
#D714AC (or 0xD714AC) is known color: Hollywood Cerise. HEX triplet: D7, 14 and AC. RGB value is (215,20,172). Sum of RGB (Red+Green+Blue) = 215+20+172=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D714AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714AC is #28EB53. Grayscale: #5F5F5F. Windows color (decimal): -2681684 or 11277527. OLE color: 11277527.
HSL color Cylindrical-coordinate representation of color #D714AC: hue angle of 313.23º degrees, saturation: 0.83, 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 #D714AC is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 172 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.16 |
| HSL | 313.23º | 0.83% | 0.46% | - |
| HSV(B) | 313.23º | 0.91% | 0.84% | - |
| XYZ | 35.72 | 17.93 | 40.61 | - |
| YUV | 95.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 172 | 0 | 0.91 | 0.2 | 0.16 | 313.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | AC | 0 | 5B | 14 | 10 | 139 | 53 | 2E |
| Octal | 327 | 24 | 254 | 0 | 133 | 24 | 20 | 471 | 123 | 56 |
| Binary | 11010111 | 10100 | 10101100 | 0 | 1011011 | 10100 | 10000 | 100111001 | 1010011 | 101110 |
Color Harmonies of #D714AC
Complementary color
Monochromatic Colors of #D714AC
Black with #D714AC
Text Example
Text Example
White with #D714AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714AC; }
p { color: rgb(215,20,172); }
H1.HeaderClassName
{
color: #D714AC;
}
.AnyTagClassName
{
color: #D714AC;
}
</style>
background-color css
<style>
a { background-color: #D714AC; }
a { background-color: rgb(215,20,172); }
div.DivClassName
{
background-color: #D714AC;
}
.BgClassName
{
background-color: #D714AC;
}
</style>
border-color css
<style>
span { border-color: #D714AC; }
span { border-color: rgb(215,20,172); }
td.TdClassName
{
border-color: #D714AC;
}
.TagClassName
{
border-color: #D714AC;
}
</style>