Shades of Hopbush #D25B92
Tints of Hopbush #D25B92
RGB
CMYK
RGB Variations
Color information
#D25B92 (or 0xD25B92) is known color: Hopbush. HEX triplet: D2, 5B and 92. RGB value is (210,91,146). Sum of RGB (Red+Green+Blue) = 210+91+146=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B92 is #2DA46D. Grayscale: #848484. Windows color (decimal): -2991214 or 9591762. OLE color: 9591762.
HSL color Cylindrical-coordinate representation of color #D25B92: hue angle of 332.27º 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 #D25B92 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 146 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.18 |
| HSL | 332.27º | 0.57% | 0.59% | - |
| HSV(B) | 332.27º | 0.57% | 0.82% | - |
| XYZ | 35.51 | 23.26 | 29.81 | - |
| YUV | 132.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 146 | 0 | 0.57 | 0.30 | 0.18 | 332.27 | 0.57 | 0.59 |
| Hex | D2 | 5B | 92 | 0 | 39 | 1E | 12 | 14C | 39 | 3B |
| Octal | 322 | 133 | 222 | 0 | 71 | 36 | 22 | 514 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10010010 | 0 | 111001 | 11110 | 10010 | 101001100 | 111001 | 111011 |
Color Harmonies of #D25B92
Complementary color
Monochromatic Colors of #D25B92
Black with #D25B92
Text Example
Text Example
White with #D25B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B92; }
p { color: rgb(210,91,146); }
H1.HeaderClassName
{
color: #D25B92;
}
.AnyTagClassName
{
color: #D25B92;
}
</style>
background-color css
<style>
a { background-color: #D25B92; }
a { background-color: rgb(210,91,146); }
div.DivClassName
{
background-color: #D25B92;
}
.BgClassName
{
background-color: #D25B92;
}
</style>
border-color css
<style>
span { border-color: #D25B92; }
span { border-color: rgb(210,91,146); }
td.TdClassName
{
border-color: #D25B92;
}
.TagClassName
{
border-color: #D25B92;
}
</style>