Shades of Hopbush #D660A8
Tints of Hopbush #D660A8
RGB
CMYK
RGB Variations
Color information
#D660A8 (or 0xD660A8) is known color: Hopbush. HEX triplet: D6, 60 and A8. RGB value is (214,96,168). Sum of RGB (Red+Green+Blue) = 214+96+168=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D660A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D660A8 is #299F57. Grayscale: #8B8B8B. Windows color (decimal): -2727768 or 11034838. OLE color: 11034838.
HSL color Cylindrical-coordinate representation of color #D660A8: hue angle of 323.39º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D660A8 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 168 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.16 |
| HSL | 323.39º | 0.59% | 0.61% | - |
| HSV(B) | 323.39º | 0.55% | 0.84% | - |
| XYZ | 38.98 | 25.49 | 39.91 | - |
| YUV | 139.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 168 | 0 | 0.55 | 0.21 | 0.16 | 323.39 | 0.59 | 0.61 |
| Hex | D6 | 60 | A8 | 0 | 37 | 15 | 10 | 143 | 3B | 3D |
| Octal | 326 | 140 | 250 | 0 | 67 | 25 | 20 | 503 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10101000 | 0 | 110111 | 10101 | 10000 | 101000011 | 111011 | 111101 |
Color Harmonies of #D660A8
Complementary color
Monochromatic Colors of #D660A8
Black with #D660A8
Text Example
Text Example
White with #D660A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660A8; }
p { color: rgb(214,96,168); }
H1.HeaderClassName
{
color: #D660A8;
}
.AnyTagClassName
{
color: #D660A8;
}
</style>
background-color css
<style>
a { background-color: #D660A8; }
a { background-color: rgb(214,96,168); }
div.DivClassName
{
background-color: #D660A8;
}
.BgClassName
{
background-color: #D660A8;
}
</style>
border-color css
<style>
span { border-color: #D660A8; }
span { border-color: rgb(214,96,168); }
td.TdClassName
{
border-color: #D660A8;
}
.TagClassName
{
border-color: #D660A8;
}
</style>