Shades of Hopbush #D25D8A
Tints of Hopbush #D25D8A
RGB
CMYK
RGB Variations
Color information
#D25D8A (or 0xD25D8A) is known color: Hopbush. HEX triplet: D2, 5D and 8A. RGB value is (210,93,138). Sum of RGB (Red+Green+Blue) = 210+93+138=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D8A is #2DA275. Grayscale: #858585. Windows color (decimal): -2990710 or 9067986. OLE color: 9067986.
HSL color Cylindrical-coordinate representation of color #D25D8A: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D8A is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 138 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.18 |
| HSL | 336.92º | 0.57% | 0.59% | - |
| HSV(B) | 336.92º | 0.56% | 0.82% | - |
| XYZ | 35.08 | 23.37 | 26.71 | - |
| YUV | 133.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 138 | 0 | 0.56 | 0.34 | 0.18 | 336.92 | 0.57 | 0.59 |
| Hex | D2 | 5D | 8A | 0 | 38 | 22 | 12 | 151 | 39 | 3B |
| Octal | 322 | 135 | 212 | 0 | 70 | 42 | 22 | 521 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10001010 | 0 | 111000 | 100010 | 10010 | 101010001 | 111001 | 111011 |
Color Harmonies of #D25D8A
Complementary color
Monochromatic Colors of #D25D8A
Black with #D25D8A
Text Example
Text Example
White with #D25D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D8A; }
p { color: rgb(210,93,138); }
H1.HeaderClassName
{
color: #D25D8A;
}
.AnyTagClassName
{
color: #D25D8A;
}
</style>
background-color css
<style>
a { background-color: #D25D8A; }
a { background-color: rgb(210,93,138); }
div.DivClassName
{
background-color: #D25D8A;
}
.BgClassName
{
background-color: #D25D8A;
}
</style>
border-color css
<style>
span { border-color: #D25D8A; }
span { border-color: rgb(210,93,138); }
td.TdClassName
{
border-color: #D25D8A;
}
.TagClassName
{
border-color: #D25D8A;
}
</style>