Shades of Hopbush #D65D99
Tints of Hopbush #D65D99
RGB
CMYK
RGB Variations
Color information
#D65D99 (or 0xD65D99) is known color: Hopbush. HEX triplet: D6, 5D and 99. RGB value is (214,93,153). Sum of RGB (Red+Green+Blue) = 214+93+153=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D99 is #29A266. Grayscale: #878787. Windows color (decimal): -2728551 or 10051030. OLE color: 10051030.
HSL color Cylindrical-coordinate representation of color #D65D99: hue angle of 330.25º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D99 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 153 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.16 |
| HSL | 330.25º | 0.6% | 0.6% | - |
| HSV(B) | 330.25º | 0.57% | 0.84% | - |
| XYZ | 37.4 | 24.42 | 32.88 | - |
| YUV | 136.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 153 | 0 | 0.57 | 0.29 | 0.16 | 330.25 | 0.6 | 0.6 |
| Hex | D6 | 5D | 99 | 0 | 39 | 1D | 10 | 14A | 3C | 3C |
| Octal | 326 | 135 | 231 | 0 | 71 | 35 | 20 | 512 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10011001 | 0 | 111001 | 11101 | 10000 | 101001010 | 111100 | 111100 |
Color Harmonies of #D65D99
Complementary color
Monochromatic Colors of #D65D99
Black with #D65D99
Text Example
Text Example
White with #D65D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D99; }
p { color: rgb(214,93,153); }
H1.HeaderClassName
{
color: #D65D99;
}
.AnyTagClassName
{
color: #D65D99;
}
</style>
background-color css
<style>
a { background-color: #D65D99; }
a { background-color: rgb(214,93,153); }
div.DivClassName
{
background-color: #D65D99;
}
.BgClassName
{
background-color: #D65D99;
}
</style>
border-color css
<style>
span { border-color: #D65D99; }
span { border-color: rgb(214,93,153); }
td.TdClassName
{
border-color: #D65D99;
}
.TagClassName
{
border-color: #D65D99;
}
</style>