Shades of Hopbush #D26597
Tints of Hopbush #D26597
RGB
CMYK
RGB Variations
Color information
#D26597 (or 0xD26597) is known color: Hopbush. HEX triplet: D2, 65 and 97. RGB value is (210,101,151). Sum of RGB (Red+Green+Blue) = 210+101+151=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D26597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26597 is #2D9A68. Grayscale: #8B8B8B. Windows color (decimal): -2988649 or 9922002. OLE color: 9922002.
HSL color Cylindrical-coordinate representation of color #D26597: hue angle of 332.48º 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 #D26597 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 151 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.18 |
| HSL | 332.48º | 0.55% | 0.61% | - |
| HSV(B) | 332.48º | 0.52% | 0.82% | - |
| XYZ | 36.82 | 25.24 | 32.21 | - |
| YUV | 139.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 151 | 0 | 0.52 | 0.28 | 0.18 | 332.48 | 0.55 | 0.61 |
| Hex | D2 | 65 | 97 | 0 | 34 | 1C | 12 | 14C | 37 | 3D |
| Octal | 322 | 145 | 227 | 0 | 64 | 34 | 22 | 514 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10010111 | 0 | 110100 | 11100 | 10010 | 101001100 | 110111 | 111101 |
Color Harmonies of #D26597
Complementary color
Monochromatic Colors of #D26597
Black with #D26597
Text Example
Text Example
White with #D26597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26597; }
p { color: rgb(210,101,151); }
H1.HeaderClassName
{
color: #D26597;
}
.AnyTagClassName
{
color: #D26597;
}
</style>
background-color css
<style>
a { background-color: #D26597; }
a { background-color: rgb(210,101,151); }
div.DivClassName
{
background-color: #D26597;
}
.BgClassName
{
background-color: #D26597;
}
</style>
border-color css
<style>
span { border-color: #D26597; }
span { border-color: rgb(210,101,151); }
td.TdClassName
{
border-color: #D26597;
}
.TagClassName
{
border-color: #D26597;
}
</style>