Shades of Hopbush #D665B0
Tints of Hopbush #D665B0
RGB
CMYK
RGB Variations
Color information
#D665B0 (or 0xD665B0) is known color: Hopbush. HEX triplet: D6, 65 and B0. RGB value is (214,101,176). Sum of RGB (Red+Green+Blue) = 214+101+176=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D665B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665B0 is #299A4F. Grayscale: #8F8F8F. Windows color (decimal): -2726480 or 11560406. OLE color: 11560406.
HSL color Cylindrical-coordinate representation of color #D665B0: hue angle of 320.18º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665B0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 176 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.16 |
| HSL | 320.18º | 0.58% | 0.62% | - |
| HSV(B) | 320.18º | 0.53% | 0.84% | - |
| XYZ | 40.22 | 26.74 | 44.12 | - |
| YUV | 143.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 176 | 0 | 0.53 | 0.18 | 0.16 | 320.18 | 0.58 | 0.62 |
| Hex | D6 | 65 | B0 | 0 | 35 | 12 | 10 | 140 | 3A | 3E |
| Octal | 326 | 145 | 260 | 0 | 65 | 22 | 20 | 500 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10110000 | 0 | 110101 | 10010 | 10000 | 101000000 | 111010 | 111110 |
Color Harmonies of #D665B0
Complementary color
Monochromatic Colors of #D665B0
Black with #D665B0
Text Example
Text Example
White with #D665B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665B0; }
p { color: rgb(214,101,176); }
H1.HeaderClassName
{
color: #D665B0;
}
.AnyTagClassName
{
color: #D665B0;
}
</style>
background-color css
<style>
a { background-color: #D665B0; }
a { background-color: rgb(214,101,176); }
div.DivClassName
{
background-color: #D665B0;
}
.BgClassName
{
background-color: #D665B0;
}
</style>
border-color css
<style>
span { border-color: #D665B0; }
span { border-color: rgb(214,101,176); }
td.TdClassName
{
border-color: #D665B0;
}
.TagClassName
{
border-color: #D665B0;
}
</style>