Shades of Hopbush #D275A6
Tints of Hopbush #D275A6
RGB
CMYK
RGB Variations
Color information
#D275A6 (or 0xD275A6) is known color: Hopbush. HEX triplet: D2, 75 and A6. RGB value is (210,117,166). Sum of RGB (Red+Green+Blue) = 210+117+166=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D275A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275A6 is #2D8A59. Grayscale: #969696. Windows color (decimal): -2984538 or 10909138. OLE color: 10909138.
HSL color Cylindrical-coordinate representation of color #D275A6: hue angle of 328.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275A6 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 166 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.18 |
| HSL | 328.39º | 0.51% | 0.64% | - |
| HSV(B) | 328.39º | 0.44% | 0.82% | - |
| XYZ | 39.82 | 29.18 | 39.61 | - |
| YUV | 150.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 166 | 0 | 0.44 | 0.21 | 0.18 | 328.39 | 0.51 | 0.64 |
| Hex | D2 | 75 | A6 | 0 | 2C | 15 | 12 | 148 | 33 | 40 |
| Octal | 322 | 165 | 246 | 0 | 54 | 25 | 22 | 510 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10100110 | 0 | 101100 | 10101 | 10010 | 101001000 | 110011 | 1000000 |
Color Harmonies of #D275A6
Complementary color
Monochromatic Colors of #D275A6
Black with #D275A6
Text Example
Text Example
White with #D275A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275A6; }
p { color: rgb(210,117,166); }
H1.HeaderClassName
{
color: #D275A6;
}
.AnyTagClassName
{
color: #D275A6;
}
</style>
background-color css
<style>
a { background-color: #D275A6; }
a { background-color: rgb(210,117,166); }
div.DivClassName
{
background-color: #D275A6;
}
.BgClassName
{
background-color: #D275A6;
}
</style>
border-color css
<style>
span { border-color: #D275A6; }
span { border-color: rgb(210,117,166); }
td.TdClassName
{
border-color: #D275A6;
}
.TagClassName
{
border-color: #D275A6;
}
</style>