Shades of Hopbush #D265B0
Tints of Hopbush #D265B0
RGB
CMYK
RGB Variations
Color information
#D265B0 (or 0xD265B0) is known color: Hopbush. HEX triplet: D2, 65 and B0. RGB value is (210,101,176). Sum of RGB (Red+Green+Blue) = 210+101+176=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D265B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D265B0 is #2D9A4F. Grayscale: #8D8D8D. Windows color (decimal): -2988624 or 11560402. OLE color: 11560402.
HSL color Cylindrical-coordinate representation of color #D265B0: hue angle of 318.72º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D265B0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 176 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.18 |
| HSL | 318.72º | 0.55% | 0.61% | - |
| HSV(B) | 318.72º | 0.52% | 0.82% | - |
| XYZ | 39.07 | 26.14 | 44.06 | - |
| YUV | 142.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 176 | 0 | 0.52 | 0.16 | 0.18 | 318.72 | 0.55 | 0.61 |
| Hex | D2 | 65 | B0 | 0 | 34 | 10 | 12 | 13F | 37 | 3D |
| Octal | 322 | 145 | 260 | 0 | 64 | 20 | 22 | 477 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10110000 | 0 | 110100 | 10000 | 10010 | 100111111 | 110111 | 111101 |
Color Harmonies of #D265B0
Complementary color
Monochromatic Colors of #D265B0
Black with #D265B0
Text Example
Text Example
White with #D265B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265B0; }
p { color: rgb(210,101,176); }
H1.HeaderClassName
{
color: #D265B0;
}
.AnyTagClassName
{
color: #D265B0;
}
</style>
background-color css
<style>
a { background-color: #D265B0; }
a { background-color: rgb(210,101,176); }
div.DivClassName
{
background-color: #D265B0;
}
.BgClassName
{
background-color: #D265B0;
}
</style>
border-color css
<style>
span { border-color: #D265B0; }
span { border-color: rgb(210,101,176); }
td.TdClassName
{
border-color: #D265B0;
}
.TagClassName
{
border-color: #D265B0;
}
</style>