Shades of Hopbush #D466AC
Tints of Hopbush #D466AC
RGB
CMYK
RGB Variations
Color information
#D466AC (or 0xD466AC) is known color: Hopbush. HEX triplet: D4, 66 and AC. RGB value is (212,102,172). Sum of RGB (Red+Green+Blue) = 212+102+172=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D466AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466AC is #2B9953. Grayscale: #8E8E8E. Windows color (decimal): -2857300 or 11298516. OLE color: 11298516.
HSL color Cylindrical-coordinate representation of color #D466AC: hue angle of 321.82º 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 #D466AC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 172 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.17 |
| HSL | 321.82º | 0.56% | 0.62% | - |
| HSV(B) | 321.82º | 0.52% | 0.83% | - |
| XYZ | 39.35 | 26.48 | 42.07 | - |
| YUV | 142.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 172 | 0 | 0.52 | 0.19 | 0.17 | 321.82 | 0.56 | 0.62 |
| Hex | D4 | 66 | AC | 0 | 34 | 13 | 11 | 142 | 38 | 3E |
| Octal | 324 | 146 | 254 | 0 | 64 | 23 | 21 | 502 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10101100 | 0 | 110100 | 10011 | 10001 | 101000010 | 111000 | 111110 |
Color Harmonies of #D466AC
Complementary color
Monochromatic Colors of #D466AC
Black with #D466AC
Text Example
Text Example
White with #D466AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466AC; }
p { color: rgb(212,102,172); }
H1.HeaderClassName
{
color: #D466AC;
}
.AnyTagClassName
{
color: #D466AC;
}
</style>
background-color css
<style>
a { background-color: #D466AC; }
a { background-color: rgb(212,102,172); }
div.DivClassName
{
background-color: #D466AC;
}
.BgClassName
{
background-color: #D466AC;
}
</style>
border-color css
<style>
span { border-color: #D466AC; }
span { border-color: rgb(212,102,172); }
td.TdClassName
{
border-color: #D466AC;
}
.TagClassName
{
border-color: #D466AC;
}
</style>