Shades of Hopbush #D268B0
Tints of Hopbush #D268B0
RGB
CMYK
RGB Variations
Color information
#D268B0 (or 0xD268B0) is known color: Hopbush. HEX triplet: D2, 68 and B0. RGB value is (210,104,176). Sum of RGB (Red+Green+Blue) = 210+104+176=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D268B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D268B0 is #2D974F. Grayscale: #8F8F8F. Windows color (decimal): -2987856 or 11561170. OLE color: 11561170.
HSL color Cylindrical-coordinate representation of color #D268B0: hue angle of 319.25º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268B0 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 176 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.18 |
| HSL | 319.25º | 0.54% | 0.62% | - |
| HSV(B) | 319.25º | 0.5% | 0.82% | - |
| XYZ | 39.37 | 26.74 | 44.16 | - |
| YUV | 143.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 176 | 0 | 0.50 | 0.16 | 0.18 | 319.25 | 0.54 | 0.62 |
| Hex | D2 | 68 | B0 | 0 | 32 | 10 | 12 | 13F | 36 | 3E |
| Octal | 322 | 150 | 260 | 0 | 62 | 20 | 22 | 477 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10110000 | 0 | 110010 | 10000 | 10010 | 100111111 | 110110 | 111110 |
Color Harmonies of #D268B0
Complementary color
Monochromatic Colors of #D268B0
Black with #D268B0
Text Example
Text Example
White with #D268B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268B0; }
p { color: rgb(210,104,176); }
H1.HeaderClassName
{
color: #D268B0;
}
.AnyTagClassName
{
color: #D268B0;
}
</style>
background-color css
<style>
a { background-color: #D268B0; }
a { background-color: rgb(210,104,176); }
div.DivClassName
{
background-color: #D268B0;
}
.BgClassName
{
background-color: #D268B0;
}
</style>
border-color css
<style>
span { border-color: #D268B0; }
span { border-color: rgb(210,104,176); }
td.TdClassName
{
border-color: #D268B0;
}
.TagClassName
{
border-color: #D268B0;
}
</style>