Shades of Hopbush #D25D90
Tints of Hopbush #D25D90
RGB
CMYK
RGB Variations
Color information
#D25D90 (or 0xD25D90) is known color: Hopbush. HEX triplet: D2, 5D and 90. RGB value is (210,93,144). Sum of RGB (Red+Green+Blue) = 210+93+144=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D90 is #2DA26F. Grayscale: #858585. Windows color (decimal): -2990704 or 9461202. OLE color: 9461202.
HSL color Cylindrical-coordinate representation of color #D25D90: hue angle of 333.85º 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 #D25D90 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 144 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.18 |
| HSL | 333.85º | 0.57% | 0.59% | - |
| HSV(B) | 333.85º | 0.56% | 0.82% | - |
| XYZ | 35.53 | 23.54 | 29.06 | - |
| YUV | 133.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 144 | 0 | 0.56 | 0.31 | 0.18 | 333.85 | 0.57 | 0.59 |
| Hex | D2 | 5D | 90 | 0 | 38 | 1F | 12 | 14E | 39 | 3B |
| Octal | 322 | 135 | 220 | 0 | 70 | 37 | 22 | 516 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10010000 | 0 | 111000 | 11111 | 10010 | 101001110 | 111001 | 111011 |
Color Harmonies of #D25D90
Complementary color
Monochromatic Colors of #D25D90
Black with #D25D90
Text Example
Text Example
White with #D25D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D90; }
p { color: rgb(210,93,144); }
H1.HeaderClassName
{
color: #D25D90;
}
.AnyTagClassName
{
color: #D25D90;
}
</style>
background-color css
<style>
a { background-color: #D25D90; }
a { background-color: rgb(210,93,144); }
div.DivClassName
{
background-color: #D25D90;
}
.BgClassName
{
background-color: #D25D90;
}
</style>
border-color css
<style>
span { border-color: #D25D90; }
span { border-color: rgb(210,93,144); }
td.TdClassName
{
border-color: #D25D90;
}
.TagClassName
{
border-color: #D25D90;
}
</style>