Shades of Hollywood Cerise #D60AAC
Tints of Hollywood Cerise #D60AAC
RGB
CMYK
RGB Variations
Color information
#D60AAC (or 0xD60AAC) is known color: Hollywood Cerise. HEX triplet: D6, 0A and AC. RGB value is (214,10,172). Sum of RGB (Red+Green+Blue) = 214+10+172=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60AAC is #29F553. Grayscale: #595959. Windows color (decimal): -2749780 or 11274966. OLE color: 11274966.
HSL color Cylindrical-coordinate representation of color #D60AAC: hue angle of 312.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60AAC is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.16 |
| HSL | 312.35º | 0.91% | 0.44% | - |
| HSV(B) | 312.35º | 0.95% | 0.84% | - |
| XYZ | 35.29 | 17.49 | 40.55 | - |
| YUV | 89.46 | 174.59 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 172 | 0 | 0.95 | 0.20 | 0.16 | 312.35 | 0.91 | 0.44 |
| Hex | D6 | A | AC | 0 | 5F | 14 | 10 | 138 | 5B | 2C |
| Octal | 326 | 12 | 254 | 0 | 137 | 24 | 20 | 470 | 133 | 54 |
| Binary | 11010110 | 1010 | 10101100 | 0 | 1011111 | 10100 | 10000 | 100111000 | 1011011 | 101100 |
Color Harmonies of #D60AAC
Complementary color
Monochromatic Colors of #D60AAC
Black with #D60AAC
Text Example
Text Example
White with #D60AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AAC; }
p { color: rgb(214,10,172); }
H1.HeaderClassName
{
color: #D60AAC;
}
.AnyTagClassName
{
color: #D60AAC;
}
</style>
background-color css
<style>
a { background-color: #D60AAC; }
a { background-color: rgb(214,10,172); }
div.DivClassName
{
background-color: #D60AAC;
}
.BgClassName
{
background-color: #D60AAC;
}
</style>
border-color css
<style>
span { border-color: #D60AAC; }
span { border-color: rgb(214,10,172); }
td.TdClassName
{
border-color: #D60AAC;
}
.TagClassName
{
border-color: #D60AAC;
}
</style>