Shades of Hopbush #D5649A
Tints of Hopbush #D5649A
RGB
CMYK
RGB Variations
Color information
#D5649A (or 0xD5649A) is known color: Hopbush. HEX triplet: D5, 64 and 9A. RGB value is (213,100,154). Sum of RGB (Red+Green+Blue) = 213+100+154=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5649A is #2A9B65. Grayscale: #8B8B8B. Windows color (decimal): -2792294 or 10118357. OLE color: 10118357.
HSL color Cylindrical-coordinate representation of color #D5649A: hue angle of 331.33º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5649A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 154 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.16 |
| HSL | 331.33º | 0.57% | 0.61% | - |
| HSV(B) | 331.33º | 0.53% | 0.84% | - |
| XYZ | 37.83 | 25.59 | 33.52 | - |
| YUV | 139.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 154 | 0 | 0.53 | 0.28 | 0.16 | 331.33 | 0.57 | 0.61 |
| Hex | D5 | 64 | 9A | 0 | 35 | 1C | 10 | 14B | 39 | 3D |
| Octal | 325 | 144 | 232 | 0 | 65 | 34 | 20 | 513 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10011010 | 0 | 110101 | 11100 | 10000 | 101001011 | 111001 | 111101 |
Color Harmonies of #D5649A
Complementary color
Monochromatic Colors of #D5649A
Black with #D5649A
Text Example
Text Example
White with #D5649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5649A; }
p { color: rgb(213,100,154); }
H1.HeaderClassName
{
color: #D5649A;
}
.AnyTagClassName
{
color: #D5649A;
}
</style>
background-color css
<style>
a { background-color: #D5649A; }
a { background-color: rgb(213,100,154); }
div.DivClassName
{
background-color: #D5649A;
}
.BgClassName
{
background-color: #D5649A;
}
</style>
border-color css
<style>
span { border-color: #D5649A; }
span { border-color: rgb(213,100,154); }
td.TdClassName
{
border-color: #D5649A;
}
.TagClassName
{
border-color: #D5649A;
}
</style>