Shades of Hopbush #D26690
Tints of Hopbush #D26690
RGB
CMYK
RGB Variations
Color information
#D26690 (or 0xD26690) is known color: Hopbush. HEX triplet: D2, 66 and 90. RGB value is (210,102,144). Sum of RGB (Red+Green+Blue) = 210+102+144=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D26690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26690 is #2D996F. Grayscale: #8B8B8B. Windows color (decimal): -2988400 or 9463506. OLE color: 9463506.
HSL color Cylindrical-coordinate representation of color #D26690: hue angle of 336.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 #D26690 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 144 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.18 |
| HSL | 336.67º | 0.55% | 0.61% | - |
| HSV(B) | 336.67º | 0.51% | 0.82% | - |
| XYZ | 36.36 | 25.22 | 29.34 | - |
| YUV | 139.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 144 | 0 | 0.51 | 0.31 | 0.18 | 336.67 | 0.55 | 0.61 |
| Hex | D2 | 66 | 90 | 0 | 33 | 1F | 12 | 151 | 37 | 3D |
| Octal | 322 | 146 | 220 | 0 | 63 | 37 | 22 | 521 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10010000 | 0 | 110011 | 11111 | 10010 | 101010001 | 110111 | 111101 |
Color Harmonies of #D26690
Complementary color
Monochromatic Colors of #D26690
Black with #D26690
Text Example
Text Example
White with #D26690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26690; }
p { color: rgb(210,102,144); }
H1.HeaderClassName
{
color: #D26690;
}
.AnyTagClassName
{
color: #D26690;
}
</style>
background-color css
<style>
a { background-color: #D26690; }
a { background-color: rgb(210,102,144); }
div.DivClassName
{
background-color: #D26690;
}
.BgClassName
{
background-color: #D26690;
}
</style>
border-color css
<style>
span { border-color: #D26690; }
span { border-color: rgb(210,102,144); }
td.TdClassName
{
border-color: #D26690;
}
.TagClassName
{
border-color: #D26690;
}
</style>