Shades of Hopbush #D27397
Tints of Hopbush #D27397
RGB
CMYK
RGB Variations
Color information
#D27397 (or 0xD27397) is known color: Hopbush. HEX triplet: D2, 73 and 97. RGB value is (210,115,151). Sum of RGB (Red+Green+Blue) = 210+115+151=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D27397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27397 is #2D8C68. Grayscale: #939393. Windows color (decimal): -2985065 or 9925586. OLE color: 9925586.
HSL color Cylindrical-coordinate representation of color #D27397: hue angle of 337.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27397 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 151 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.18 |
| HSL | 337.26º | 0.51% | 0.64% | - |
| HSV(B) | 337.26º | 0.45% | 0.82% | - |
| XYZ | 38.29 | 28.2 | 32.7 | - |
| YUV | 147.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 151 | 0 | 0.45 | 0.28 | 0.18 | 337.26 | 0.51 | 0.64 |
| Hex | D2 | 73 | 97 | 0 | 2D | 1C | 12 | 151 | 33 | 40 |
| Octal | 322 | 163 | 227 | 0 | 55 | 34 | 22 | 521 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10010111 | 0 | 101101 | 11100 | 10010 | 101010001 | 110011 | 1000000 |
Color Harmonies of #D27397
Complementary color
Monochromatic Colors of #D27397
Black with #D27397
Text Example
Text Example
White with #D27397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27397; }
p { color: rgb(210,115,151); }
H1.HeaderClassName
{
color: #D27397;
}
.AnyTagClassName
{
color: #D27397;
}
</style>
background-color css
<style>
a { background-color: #D27397; }
a { background-color: rgb(210,115,151); }
div.DivClassName
{
background-color: #D27397;
}
.BgClassName
{
background-color: #D27397;
}
</style>
border-color css
<style>
span { border-color: #D27397; }
span { border-color: rgb(210,115,151); }
td.TdClassName
{
border-color: #D27397;
}
.TagClassName
{
border-color: #D27397;
}
</style>