Shades of Hopbush #D25A8A
Tints of Hopbush #D25A8A
RGB
CMYK
RGB Variations
Color information
#D25A8A (or 0xD25A8A) is known color: Hopbush. HEX triplet: D2, 5A and 8A. RGB value is (210,90,138). Sum of RGB (Red+Green+Blue) = 210+90+138=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A8A is #2DA575. Grayscale: #838383. Windows color (decimal): -2991478 or 9067218. OLE color: 9067218.
HSL color Cylindrical-coordinate representation of color #D25A8A: hue angle of 336º 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 #D25A8A is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 138 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.18 |
| HSL | 336º | 0.57% | 0.59% | - |
| HSV(B) | 336º | 0.57% | 0.82% | - |
| XYZ | 34.82 | 22.85 | 26.62 | - |
| YUV | 131.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 138 | 0 | 0.57 | 0.34 | 0.18 | 336 | 0.57 | 0.59 |
| Hex | D2 | 5A | 8A | 0 | 39 | 22 | 12 | 150 | 39 | 3B |
| Octal | 322 | 132 | 212 | 0 | 71 | 42 | 22 | 520 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10001010 | 0 | 111001 | 100010 | 10010 | 101010000 | 111001 | 111011 |
Color Harmonies of #D25A8A
Complementary color
Monochromatic Colors of #D25A8A
Black with #D25A8A
Text Example
Text Example
White with #D25A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A8A; }
p { color: rgb(210,90,138); }
H1.HeaderClassName
{
color: #D25A8A;
}
.AnyTagClassName
{
color: #D25A8A;
}
</style>
background-color css
<style>
a { background-color: #D25A8A; }
a { background-color: rgb(210,90,138); }
div.DivClassName
{
background-color: #D25A8A;
}
.BgClassName
{
background-color: #D25A8A;
}
</style>
border-color css
<style>
span { border-color: #D25A8A; }
span { border-color: rgb(210,90,138); }
td.TdClassName
{
border-color: #D25A8A;
}
.TagClassName
{
border-color: #D25A8A;
}
</style>