Shades of Hopbush #D75F9A
Tints of Hopbush #D75F9A
RGB
CMYK
RGB Variations
Color information
#D75F9A (or 0xD75F9A) is known color: Hopbush. HEX triplet: D7, 5F and 9A. RGB value is (215,95,154). Sum of RGB (Red+Green+Blue) = 215+95+154=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F9A is #28A065. Grayscale: #898989. Windows color (decimal): -2662502 or 10117079. OLE color: 10117079.
HSL color Cylindrical-coordinate representation of color #D75F9A: hue angle of 330.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75F9A is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 154 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.16 |
| HSL | 330.5º | 0.6% | 0.61% | - |
| HSV(B) | 330.5º | 0.56% | 0.84% | - |
| XYZ | 37.95 | 24.96 | 33.39 | - |
| YUV | 137.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 154 | 0 | 0.56 | 0.28 | 0.16 | 330.5 | 0.6 | 0.61 |
| Hex | D7 | 5F | 9A | 0 | 38 | 1C | 10 | 14A | 3C | 3D |
| Octal | 327 | 137 | 232 | 0 | 70 | 34 | 20 | 512 | 74 | 75 |
| Binary | 11010111 | 1011111 | 10011010 | 0 | 111000 | 11100 | 10000 | 101001010 | 111100 | 111101 |
Color Harmonies of #D75F9A
Complementary color
Monochromatic Colors of #D75F9A
Black with #D75F9A
Text Example
Text Example
White with #D75F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F9A; }
p { color: rgb(215,95,154); }
H1.HeaderClassName
{
color: #D75F9A;
}
.AnyTagClassName
{
color: #D75F9A;
}
</style>
background-color css
<style>
a { background-color: #D75F9A; }
a { background-color: rgb(215,95,154); }
div.DivClassName
{
background-color: #D75F9A;
}
.BgClassName
{
background-color: #D75F9A;
}
</style>
border-color css
<style>
span { border-color: #D75F9A; }
span { border-color: rgb(215,95,154); }
td.TdClassName
{
border-color: #D75F9A;
}
.TagClassName
{
border-color: #D75F9A;
}
</style>