Shades of Hopbush #D665AD
Tints of Hopbush #D665AD
RGB
CMYK
RGB Variations
Color information
#D665AD (or 0xD665AD) is known color: Hopbush. HEX triplet: D6, 65 and AD. RGB value is (214,101,173). Sum of RGB (Red+Green+Blue) = 214+101+173=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D665AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665AD is #299A52. Grayscale: #8E8E8E. Windows color (decimal): -2726483 or 11363798. OLE color: 11363798.
HSL color Cylindrical-coordinate representation of color #D665AD: hue angle of 321.77º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665AD is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 173 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.16 |
| HSL | 321.77º | 0.58% | 0.62% | - |
| HSV(B) | 321.77º | 0.53% | 0.84% | - |
| XYZ | 39.93 | 26.62 | 42.57 | - |
| YUV | 143 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 173 | 0 | 0.53 | 0.19 | 0.16 | 321.77 | 0.58 | 0.62 |
| Hex | D6 | 65 | AD | 0 | 35 | 13 | 10 | 142 | 3A | 3E |
| Octal | 326 | 145 | 255 | 0 | 65 | 23 | 20 | 502 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10101101 | 0 | 110101 | 10011 | 10000 | 101000010 | 111010 | 111110 |
Color Harmonies of #D665AD
Complementary color
Monochromatic Colors of #D665AD
Black with #D665AD
Text Example
Text Example
White with #D665AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665AD; }
p { color: rgb(214,101,173); }
H1.HeaderClassName
{
color: #D665AD;
}
.AnyTagClassName
{
color: #D665AD;
}
</style>
background-color css
<style>
a { background-color: #D665AD; }
a { background-color: rgb(214,101,173); }
div.DivClassName
{
background-color: #D665AD;
}
.BgClassName
{
background-color: #D665AD;
}
</style>
border-color css
<style>
span { border-color: #D665AD; }
span { border-color: rgb(214,101,173); }
td.TdClassName
{
border-color: #D665AD;
}
.TagClassName
{
border-color: #D665AD;
}
</style>