Shades of Hopbush #D06493
Tints of Hopbush #D06493
RGB
CMYK
RGB Variations
Color information
#D06493 (or 0xD06493) is known color: Hopbush. HEX triplet: D0, 64 and 93. RGB value is (208,100,147). Sum of RGB (Red+Green+Blue) = 208+100+147=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06493 is #2F9B6C. Grayscale: #898989. Windows color (decimal): -3119981 or 9659600. OLE color: 9659600.
HSL color Cylindrical-coordinate representation of color #D06493: hue angle of 333.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06493 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 147 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.18 |
| HSL | 333.89º | 0.53% | 0.6% | - |
| HSV(B) | 333.89º | 0.52% | 0.82% | - |
| XYZ | 35.84 | 24.63 | 30.47 | - |
| YUV | 137.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 147 | 0 | 0.52 | 0.29 | 0.18 | 333.89 | 0.53 | 0.6 |
| Hex | D0 | 64 | 93 | 0 | 34 | 1D | 12 | 14E | 35 | 3C |
| Octal | 320 | 144 | 223 | 0 | 64 | 35 | 22 | 516 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10010011 | 0 | 110100 | 11101 | 10010 | 101001110 | 110101 | 111100 |
Color Harmonies of #D06493
Complementary color
Monochromatic Colors of #D06493
Black with #D06493
Text Example
Text Example
White with #D06493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06493; }
p { color: rgb(208,100,147); }
H1.HeaderClassName
{
color: #D06493;
}
.AnyTagClassName
{
color: #D06493;
}
</style>
background-color css
<style>
a { background-color: #D06493; }
a { background-color: rgb(208,100,147); }
div.DivClassName
{
background-color: #D06493;
}
.BgClassName
{
background-color: #D06493;
}
</style>
border-color css
<style>
span { border-color: #D06493; }
span { border-color: rgb(208,100,147); }
td.TdClassName
{
border-color: #D06493;
}
.TagClassName
{
border-color: #D06493;
}
</style>