Shades of Hopbush #D566AF
Tints of Hopbush #D566AF
RGB
CMYK
RGB Variations
Color information
#D566AF (or 0xD566AF) is known color: Hopbush. HEX triplet: D5, 66 and AF. RGB value is (213,102,175). Sum of RGB (Red+Green+Blue) = 213+102+175=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D566AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D566AF is #2A9950. Grayscale: #8F8F8F. Windows color (decimal): -2791761 or 11495125. OLE color: 11495125.
HSL color Cylindrical-coordinate representation of color #D566AF: hue angle of 320.54º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566AF is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 175 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.16 |
| HSL | 320.54º | 0.57% | 0.62% | - |
| HSV(B) | 320.54º | 0.52% | 0.84% | - |
| XYZ | 39.93 | 26.74 | 43.62 | - |
| YUV | 143.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 175 | 0 | 0.52 | 0.18 | 0.16 | 320.54 | 0.57 | 0.62 |
| Hex | D5 | 66 | AF | 0 | 34 | 12 | 10 | 141 | 39 | 3E |
| Octal | 325 | 146 | 257 | 0 | 64 | 22 | 20 | 501 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10101111 | 0 | 110100 | 10010 | 10000 | 101000001 | 111001 | 111110 |
Color Harmonies of #D566AF
Complementary color
Monochromatic Colors of #D566AF
Black with #D566AF
Text Example
Text Example
White with #D566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566AF; }
p { color: rgb(213,102,175); }
H1.HeaderClassName
{
color: #D566AF;
}
.AnyTagClassName
{
color: #D566AF;
}
</style>
background-color css
<style>
a { background-color: #D566AF; }
a { background-color: rgb(213,102,175); }
div.DivClassName
{
background-color: #D566AF;
}
.BgClassName
{
background-color: #D566AF;
}
</style>
border-color css
<style>
span { border-color: #D566AF; }
span { border-color: rgb(213,102,175); }
td.TdClassName
{
border-color: #D566AF;
}
.TagClassName
{
border-color: #D566AF;
}
</style>