Shades of Hopbush #D466AD
Tints of Hopbush #D466AD
RGB
CMYK
RGB Variations
Color information
#D466AD (or 0xD466AD) is known color: Hopbush. HEX triplet: D4, 66 and AD. RGB value is (212,102,173). Sum of RGB (Red+Green+Blue) = 212+102+173=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D466AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466AD is #2B9952. Grayscale: #8E8E8E. Windows color (decimal): -2857299 or 11364052. OLE color: 11364052.
HSL color Cylindrical-coordinate representation of color #D466AD: hue angle of 321.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466AD is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 173 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.17 |
| HSL | 321.27º | 0.56% | 0.62% | - |
| HSV(B) | 321.27º | 0.52% | 0.83% | - |
| XYZ | 39.45 | 26.52 | 42.57 | - |
| YUV | 142.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 173 | 0 | 0.52 | 0.18 | 0.17 | 321.27 | 0.56 | 0.62 |
| Hex | D4 | 66 | AD | 0 | 34 | 12 | 11 | 141 | 38 | 3E |
| Octal | 324 | 146 | 255 | 0 | 64 | 22 | 21 | 501 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10101101 | 0 | 110100 | 10010 | 10001 | 101000001 | 111000 | 111110 |
Color Harmonies of #D466AD
Complementary color
Monochromatic Colors of #D466AD
Black with #D466AD
Text Example
Text Example
White with #D466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466AD; }
p { color: rgb(212,102,173); }
H1.HeaderClassName
{
color: #D466AD;
}
.AnyTagClassName
{
color: #D466AD;
}
</style>
background-color css
<style>
a { background-color: #D466AD; }
a { background-color: rgb(212,102,173); }
div.DivClassName
{
background-color: #D466AD;
}
.BgClassName
{
background-color: #D466AD;
}
</style>
border-color css
<style>
span { border-color: #D466AD; }
span { border-color: rgb(212,102,173); }
td.TdClassName
{
border-color: #D466AD;
}
.TagClassName
{
border-color: #D466AD;
}
</style>