Shades of Hollywood Cerise #D60BA4
Tints of Hollywood Cerise #D60BA4
RGB
CMYK
RGB Variations
Color information
#D60BA4 (or 0xD60BA4) is known color: Hollywood Cerise. HEX triplet: D6, 0B and A4. RGB value is (214,11,164). Sum of RGB (Red+Green+Blue) = 214+11+164=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BA4 is #29F45B. Grayscale: #585858. Windows color (decimal): -2749532 or 10750934. OLE color: 10750934.
HSL color Cylindrical-coordinate representation of color #D60BA4: hue angle of 314.78º degrees, saturation: 0.9, 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 #D60BA4 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 164 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.16 |
| HSL | 314.78º | 0.9% | 0.44% | - |
| HSV(B) | 314.78º | 0.95% | 0.84% | - |
| XYZ | 34.55 | 17.22 | 36.62 | - |
| YUV | 89.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 164 | 0 | 0.95 | 0.23 | 0.16 | 314.78 | 0.9 | 0.44 |
| Hex | D6 | B | A4 | 0 | 5F | 17 | 10 | 13B | 5A | 2C |
| Octal | 326 | 13 | 244 | 0 | 137 | 27 | 20 | 473 | 132 | 54 |
| Binary | 11010110 | 1011 | 10100100 | 0 | 1011111 | 10111 | 10000 | 100111011 | 1011010 | 101100 |
Color Harmonies of #D60BA4
Complementary color
Monochromatic Colors of #D60BA4
Black with #D60BA4
Text Example
Text Example
White with #D60BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BA4; }
p { color: rgb(214,11,164); }
H1.HeaderClassName
{
color: #D60BA4;
}
.AnyTagClassName
{
color: #D60BA4;
}
</style>
background-color css
<style>
a { background-color: #D60BA4; }
a { background-color: rgb(214,11,164); }
div.DivClassName
{
background-color: #D60BA4;
}
.BgClassName
{
background-color: #D60BA4;
}
</style>
border-color css
<style>
span { border-color: #D60BA4; }
span { border-color: rgb(214,11,164); }
td.TdClassName
{
border-color: #D60BA4;
}
.TagClassName
{
border-color: #D60BA4;
}
</style>