Shades of Hopbush #D275B0
Tints of Hopbush #D275B0
RGB
CMYK
RGB Variations
Color information
#D275B0 (or 0xD275B0) is known color: Hopbush. HEX triplet: D2, 75 and B0. RGB value is (210,117,176). Sum of RGB (Red+Green+Blue) = 210+117+176=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D275B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275B0 is #2D8A4F. Grayscale: #979797. Windows color (decimal): -2984528 or 11564498. OLE color: 11564498.
HSL color Cylindrical-coordinate representation of color #D275B0: hue angle of 321.94º 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 #D275B0 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 176 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.18 |
| HSL | 321.94º | 0.51% | 0.64% | - |
| HSV(B) | 321.94º | 0.44% | 0.82% | - |
| XYZ | 40.78 | 29.56 | 44.63 | - |
| YUV | 151.53 | 141.81 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 176 | 0 | 0.44 | 0.16 | 0.18 | 321.94 | 0.51 | 0.64 |
| Hex | D2 | 75 | B0 | 0 | 2C | 10 | 12 | 142 | 33 | 40 |
| Octal | 322 | 165 | 260 | 0 | 54 | 20 | 22 | 502 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10110000 | 0 | 101100 | 10000 | 10010 | 101000010 | 110011 | 1000000 |
Color Harmonies of #D275B0
Complementary color
Monochromatic Colors of #D275B0
Black with #D275B0
Text Example
Text Example
White with #D275B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275B0; }
p { color: rgb(210,117,176); }
H1.HeaderClassName
{
color: #D275B0;
}
.AnyTagClassName
{
color: #D275B0;
}
</style>
background-color css
<style>
a { background-color: #D275B0; }
a { background-color: rgb(210,117,176); }
div.DivClassName
{
background-color: #D275B0;
}
.BgClassName
{
background-color: #D275B0;
}
</style>
border-color css
<style>
span { border-color: #D275B0; }
span { border-color: rgb(210,117,176); }
td.TdClassName
{
border-color: #D275B0;
}
.TagClassName
{
border-color: #D275B0;
}
</style>