Shades of Hopbush #D26699
Tints of Hopbush #D26699
RGB
CMYK
RGB Variations
Color information
#D26699 (or 0xD26699) is known color: Hopbush. HEX triplet: D2, 66 and 99. RGB value is (210,102,153). Sum of RGB (Red+Green+Blue) = 210+102+153=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D26699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26699 is #2D9966. Grayscale: #8C8C8C. Windows color (decimal): -2988391 or 10053330. OLE color: 10053330.
HSL color Cylindrical-coordinate representation of color #D26699: hue angle of 331.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26699 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 153 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.18 |
| HSL | 331.67º | 0.55% | 0.61% | - |
| HSV(B) | 331.67º | 0.51% | 0.82% | - |
| XYZ | 37.08 | 25.5 | 33.11 | - |
| YUV | 140.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 153 | 0 | 0.51 | 0.27 | 0.18 | 331.67 | 0.55 | 0.61 |
| Hex | D2 | 66 | 99 | 0 | 33 | 1B | 12 | 14C | 37 | 3D |
| Octal | 322 | 146 | 231 | 0 | 63 | 33 | 22 | 514 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10011001 | 0 | 110011 | 11011 | 10010 | 101001100 | 110111 | 111101 |
Color Harmonies of #D26699
Complementary color
Monochromatic Colors of #D26699
Black with #D26699
Text Example
Text Example
White with #D26699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26699; }
p { color: rgb(210,102,153); }
H1.HeaderClassName
{
color: #D26699;
}
.AnyTagClassName
{
color: #D26699;
}
</style>
background-color css
<style>
a { background-color: #D26699; }
a { background-color: rgb(210,102,153); }
div.DivClassName
{
background-color: #D26699;
}
.BgClassName
{
background-color: #D26699;
}
</style>
border-color css
<style>
span { border-color: #D26699; }
span { border-color: rgb(210,102,153); }
td.TdClassName
{
border-color: #D26699;
}
.TagClassName
{
border-color: #D26699;
}
</style>