Shades of Hopbush #D25A9C
Tints of Hopbush #D25A9C
RGB
CMYK
RGB Variations
Color information
#D25A9C (or 0xD25A9C) is known color: Hopbush. HEX triplet: D2, 5A and 9C. RGB value is (210,90,156). Sum of RGB (Red+Green+Blue) = 210+90+156=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A9C is #2DA563. Grayscale: #858585. Windows color (decimal): -2991460 or 10246866. OLE color: 10246866.
HSL color Cylindrical-coordinate representation of color #D25A9C: hue angle of 327º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A9C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 156 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.18 |
| HSL | 327º | 0.57% | 0.59% | - |
| HSV(B) | 327º | 0.57% | 0.82% | - |
| XYZ | 36.24 | 23.41 | 34.06 | - |
| YUV | 133.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 156 | 0 | 0.57 | 0.26 | 0.18 | 327 | 0.57 | 0.59 |
| Hex | D2 | 5A | 9C | 0 | 39 | 1A | 12 | 147 | 39 | 3B |
| Octal | 322 | 132 | 234 | 0 | 71 | 32 | 22 | 507 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10011100 | 0 | 111001 | 11010 | 10010 | 101000111 | 111001 | 111011 |
Color Harmonies of #D25A9C
Complementary color
Monochromatic Colors of #D25A9C
Black with #D25A9C
Text Example
Text Example
White with #D25A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A9C; }
p { color: rgb(210,90,156); }
H1.HeaderClassName
{
color: #D25A9C;
}
.AnyTagClassName
{
color: #D25A9C;
}
</style>
background-color css
<style>
a { background-color: #D25A9C; }
a { background-color: rgb(210,90,156); }
div.DivClassName
{
background-color: #D25A9C;
}
.BgClassName
{
background-color: #D25A9C;
}
</style>
border-color css
<style>
span { border-color: #D25A9C; }
span { border-color: rgb(210,90,156); }
td.TdClassName
{
border-color: #D25A9C;
}
.TagClassName
{
border-color: #D25A9C;
}
</style>