Shades of Hopbush #D25A8C
Tints of Hopbush #D25A8C
RGB
CMYK
RGB Variations
Color information
#D25A8C (or 0xD25A8C) is known color: Hopbush. HEX triplet: D2, 5A and 8C. RGB value is (210,90,140). Sum of RGB (Red+Green+Blue) = 210+90+140=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A8C is #2DA573. Grayscale: #838383. Windows color (decimal): -2991476 or 9198290. OLE color: 9198290.
HSL color Cylindrical-coordinate representation of color #D25A8C: hue angle of 335º 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 #D25A8C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 140 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.18 |
| HSL | 335º | 0.57% | 0.59% | - |
| HSV(B) | 335º | 0.57% | 0.82% | - |
| XYZ | 34.97 | 22.91 | 27.39 | - |
| YUV | 131.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 140 | 0 | 0.57 | 0.33 | 0.18 | 335 | 0.57 | 0.59 |
| Hex | D2 | 5A | 8C | 0 | 39 | 21 | 12 | 14F | 39 | 3B |
| Octal | 322 | 132 | 214 | 0 | 71 | 41 | 22 | 517 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10001100 | 0 | 111001 | 100001 | 10010 | 101001111 | 111001 | 111011 |
Color Harmonies of #D25A8C
Complementary color
Monochromatic Colors of #D25A8C
Black with #D25A8C
Text Example
Text Example
White with #D25A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A8C; }
p { color: rgb(210,90,140); }
H1.HeaderClassName
{
color: #D25A8C;
}
.AnyTagClassName
{
color: #D25A8C;
}
</style>
background-color css
<style>
a { background-color: #D25A8C; }
a { background-color: rgb(210,90,140); }
div.DivClassName
{
background-color: #D25A8C;
}
.BgClassName
{
background-color: #D25A8C;
}
</style>
border-color css
<style>
span { border-color: #D25A8C; }
span { border-color: rgb(210,90,140); }
td.TdClassName
{
border-color: #D25A8C;
}
.TagClassName
{
border-color: #D25A8C;
}
</style>