Shades of Hopbush #D2649C
Tints of Hopbush #D2649C
RGB
CMYK
RGB Variations
Color information
#D2649C (or 0xD2649C) is known color: Hopbush. HEX triplet: D2, 64 and 9C. RGB value is (210,100,156). Sum of RGB (Red+Green+Blue) = 210+100+156=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2649C is #2D9B63. Grayscale: #8B8B8B. Windows color (decimal): -2988900 or 10249426. OLE color: 10249426.
HSL color Cylindrical-coordinate representation of color #D2649C: hue angle of 329.45º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2649C is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 156 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.18 |
| HSL | 329.45º | 0.55% | 0.61% | - |
| HSV(B) | 329.45º | 0.52% | 0.82% | - |
| XYZ | 37.14 | 25.22 | 34.36 | - |
| YUV | 139.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 156 | 0 | 0.52 | 0.26 | 0.18 | 329.45 | 0.55 | 0.61 |
| Hex | D2 | 64 | 9C | 0 | 34 | 1A | 12 | 149 | 37 | 3D |
| Octal | 322 | 144 | 234 | 0 | 64 | 32 | 22 | 511 | 67 | 75 |
| Binary | 11010010 | 1100100 | 10011100 | 0 | 110100 | 11010 | 10010 | 101001001 | 110111 | 111101 |
Color Harmonies of #D2649C
Complementary color
Monochromatic Colors of #D2649C
Black with #D2649C
Text Example
Text Example
White with #D2649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2649C; }
p { color: rgb(210,100,156); }
H1.HeaderClassName
{
color: #D2649C;
}
.AnyTagClassName
{
color: #D2649C;
}
</style>
background-color css
<style>
a { background-color: #D2649C; }
a { background-color: rgb(210,100,156); }
div.DivClassName
{
background-color: #D2649C;
}
.BgClassName
{
background-color: #D2649C;
}
</style>
border-color css
<style>
span { border-color: #D2649C; }
span { border-color: rgb(210,100,156); }
td.TdClassName
{
border-color: #D2649C;
}
.TagClassName
{
border-color: #D2649C;
}
</style>