Shades of Hopbush #D25C90
Tints of Hopbush #D25C90
RGB
CMYK
RGB Variations
Color information
#D25C90 (or 0xD25C90) is known color: Hopbush. HEX triplet: D2, 5C and 90. RGB value is (210,92,144). Sum of RGB (Red+Green+Blue) = 210+92+144=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C90 is #2DA36F. Grayscale: #858585. Windows color (decimal): -2990960 or 9460946. OLE color: 9460946.
HSL color Cylindrical-coordinate representation of color #D25C90: hue angle of 333.56º 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 #D25C90 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 144 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.18 |
| HSL | 333.56º | 0.57% | 0.59% | - |
| HSV(B) | 333.56º | 0.56% | 0.82% | - |
| XYZ | 35.44 | 23.37 | 29.03 | - |
| YUV | 133.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 144 | 0 | 0.56 | 0.31 | 0.18 | 333.56 | 0.57 | 0.59 |
| Hex | D2 | 5C | 90 | 0 | 38 | 1F | 12 | 14E | 39 | 3B |
| Octal | 322 | 134 | 220 | 0 | 70 | 37 | 22 | 516 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10010000 | 0 | 111000 | 11111 | 10010 | 101001110 | 111001 | 111011 |
Color Harmonies of #D25C90
Complementary color
Monochromatic Colors of #D25C90
Black with #D25C90
Text Example
Text Example
White with #D25C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C90; }
p { color: rgb(210,92,144); }
H1.HeaderClassName
{
color: #D25C90;
}
.AnyTagClassName
{
color: #D25C90;
}
</style>
background-color css
<style>
a { background-color: #D25C90; }
a { background-color: rgb(210,92,144); }
div.DivClassName
{
background-color: #D25C90;
}
.BgClassName
{
background-color: #D25C90;
}
</style>
border-color css
<style>
span { border-color: #D25C90; }
span { border-color: rgb(210,92,144); }
td.TdClassName
{
border-color: #D25C90;
}
.TagClassName
{
border-color: #D25C90;
}
</style>