Shades of Hollywood Cerise #D605AD
Tints of Hollywood Cerise #D605AD
RGB
CMYK
RGB Variations
Color information
#D605AD (or 0xD605AD) is known color: Hollywood Cerise. HEX triplet: D6, 05 and AD. RGB value is (214,5,173). Sum of RGB (Red+Green+Blue) = 214+5+173=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D605AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D605AD is #29FA52. Grayscale: #565656. Windows color (decimal): -2751059 or 11339222. OLE color: 11339222.
HSL color Cylindrical-coordinate representation of color #D605AD: hue angle of 311.77º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605AD is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.16 |
| HSL | 311.77º | 0.95% | 0.43% | - |
| HSV(B) | 311.77º | 0.98% | 0.84% | - |
| XYZ | 35.33 | 17.42 | 41.04 | - |
| YUV | 86.64 | 176.74 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 173 | 0 | 0.98 | 0.19 | 0.16 | 311.77 | 0.95 | 0.43 |
| Hex | D6 | 5 | AD | 0 | 62 | 13 | 10 | 138 | 5F | 2B |
| Octal | 326 | 5 | 255 | 0 | 142 | 23 | 20 | 470 | 137 | 53 |
| Binary | 11010110 | 101 | 10101101 | 0 | 1100010 | 10011 | 10000 | 100111000 | 1011111 | 101011 |
Color Harmonies of #D605AD
Complementary color
Monochromatic Colors of #D605AD
Black with #D605AD
Text Example
Text Example
White with #D605AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605AD; }
p { color: rgb(214,5,173); }
H1.HeaderClassName
{
color: #D605AD;
}
.AnyTagClassName
{
color: #D605AD;
}
</style>
background-color css
<style>
a { background-color: #D605AD; }
a { background-color: rgb(214,5,173); }
div.DivClassName
{
background-color: #D605AD;
}
.BgClassName
{
background-color: #D605AD;
}
</style>
border-color css
<style>
span { border-color: #D605AD; }
span { border-color: rgb(214,5,173); }
td.TdClassName
{
border-color: #D605AD;
}
.TagClassName
{
border-color: #D605AD;
}
</style>