Shades of Hollywood Cerise #D607AD
Tints of Hollywood Cerise #D607AD
RGB
CMYK
RGB Variations
Color information
#D607AD (or 0xD607AD) is known color: Hollywood Cerise. HEX triplet: D6, 07 and AD. RGB value is (214,7,173). Sum of RGB (Red+Green+Blue) = 214+7+173=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D607AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D607AD is #29F852. Grayscale: #575757. Windows color (decimal): -2750547 or 11339734. OLE color: 11339734.
HSL color Cylindrical-coordinate representation of color #D607AD: hue angle of 311.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D607AD is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.16 |
| HSL | 311.88º | 0.94% | 0.43% | - |
| HSV(B) | 311.88º | 0.97% | 0.84% | - |
| XYZ | 35.35 | 17.47 | 41.04 | - |
| YUV | 87.82 | 176.08 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 173 | 0 | 0.97 | 0.19 | 0.16 | 311.88 | 0.94 | 0.43 |
| Hex | D6 | 7 | AD | 0 | 61 | 13 | 10 | 138 | 5E | 2B |
| Octal | 326 | 7 | 255 | 0 | 141 | 23 | 20 | 470 | 136 | 53 |
| Binary | 11010110 | 111 | 10101101 | 0 | 1100001 | 10011 | 10000 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D607AD
Complementary color
Monochromatic Colors of #D607AD
Black with #D607AD
Text Example
Text Example
White with #D607AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D607AD; }
p { color: rgb(214,7,173); }
H1.HeaderClassName
{
color: #D607AD;
}
.AnyTagClassName
{
color: #D607AD;
}
</style>
background-color css
<style>
a { background-color: #D607AD; }
a { background-color: rgb(214,7,173); }
div.DivClassName
{
background-color: #D607AD;
}
.BgClassName
{
background-color: #D607AD;
}
</style>
border-color css
<style>
span { border-color: #D607AD; }
span { border-color: rgb(214,7,173); }
td.TdClassName
{
border-color: #D607AD;
}
.TagClassName
{
border-color: #D607AD;
}
</style>