Shades of Hopbush #D25F9A
Tints of Hopbush #D25F9A
RGB
CMYK
RGB Variations
Color information
#D25F9A (or 0xD25F9A) is known color: Hopbush. HEX triplet: D2, 5F and 9A. RGB value is (210,95,154). Sum of RGB (Red+Green+Blue) = 210+95+154=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F9A is #2DA065. Grayscale: #878787. Windows color (decimal): -2990182 or 10117074. OLE color: 10117074.
HSL color Cylindrical-coordinate representation of color #D25F9A: hue angle of 329.22º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F9A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 154 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.18 |
| HSL | 329.22º | 0.56% | 0.6% | - |
| HSV(B) | 329.22º | 0.55% | 0.82% | - |
| XYZ | 36.5 | 24.22 | 33.32 | - |
| YUV | 136.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 154 | 0 | 0.55 | 0.27 | 0.18 | 329.22 | 0.56 | 0.6 |
| Hex | D2 | 5F | 9A | 0 | 37 | 1B | 12 | 149 | 38 | 3C |
| Octal | 322 | 137 | 232 | 0 | 67 | 33 | 22 | 511 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10011010 | 0 | 110111 | 11011 | 10010 | 101001001 | 111000 | 111100 |
Color Harmonies of #D25F9A
Complementary color
Monochromatic Colors of #D25F9A
Black with #D25F9A
Text Example
Text Example
White with #D25F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F9A; }
p { color: rgb(210,95,154); }
H1.HeaderClassName
{
color: #D25F9A;
}
.AnyTagClassName
{
color: #D25F9A;
}
</style>
background-color css
<style>
a { background-color: #D25F9A; }
a { background-color: rgb(210,95,154); }
div.DivClassName
{
background-color: #D25F9A;
}
.BgClassName
{
background-color: #D25F9A;
}
</style>
border-color css
<style>
span { border-color: #D25F9A; }
span { border-color: rgb(210,95,154); }
td.TdClassName
{
border-color: #D25F9A;
}
.TagClassName
{
border-color: #D25F9A;
}
</style>