Shades of Hopbush #D06393
Tints of Hopbush #D06393
RGB
CMYK
RGB Variations
Color information
#D06393 (or 0xD06393) is known color: Hopbush. HEX triplet: D0, 63 and 93. RGB value is (208,99,147). Sum of RGB (Red+Green+Blue) = 208+99+147=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D06393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06393 is #2F9C6C. Grayscale: #888888. Windows color (decimal): -3120237 or 9659344. OLE color: 9659344.
HSL color Cylindrical-coordinate representation of color #D06393: hue angle of 333.58º degrees, saturation: 0.54, 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 #D06393 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 147 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.18 |
| HSL | 333.58º | 0.54% | 0.6% | - |
| HSV(B) | 333.58º | 0.52% | 0.82% | - |
| XYZ | 35.74 | 24.44 | 30.44 | - |
| YUV | 137.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 147 | 0 | 0.52 | 0.29 | 0.18 | 333.58 | 0.54 | 0.6 |
| Hex | D0 | 63 | 93 | 0 | 34 | 1D | 12 | 14E | 36 | 3C |
| Octal | 320 | 143 | 223 | 0 | 64 | 35 | 22 | 516 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10010011 | 0 | 110100 | 11101 | 10010 | 101001110 | 110110 | 111100 |
Color Harmonies of #D06393
Complementary color
Monochromatic Colors of #D06393
Black with #D06393
Text Example
Text Example
White with #D06393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06393; }
p { color: rgb(208,99,147); }
H1.HeaderClassName
{
color: #D06393;
}
.AnyTagClassName
{
color: #D06393;
}
</style>
background-color css
<style>
a { background-color: #D06393; }
a { background-color: rgb(208,99,147); }
div.DivClassName
{
background-color: #D06393;
}
.BgClassName
{
background-color: #D06393;
}
</style>
border-color css
<style>
span { border-color: #D06393; }
span { border-color: rgb(208,99,147); }
td.TdClassName
{
border-color: #D06393;
}
.TagClassName
{
border-color: #D06393;
}
</style>