Shades of Hopbush #D25B93
Tints of Hopbush #D25B93
RGB
CMYK
RGB Variations
Color information
#D25B93 (or 0xD25B93) is known color: Hopbush. HEX triplet: D2, 5B and 93. RGB value is (210,91,147). Sum of RGB (Red+Green+Blue) = 210+91+147=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25B93 is #2DA46C. Grayscale: #848484. Windows color (decimal): -2991213 or 9657298. OLE color: 9657298.
HSL color Cylindrical-coordinate representation of color #D25B93: hue angle of 331.76º 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 #D25B93 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 147 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.18 |
| HSL | 331.76º | 0.57% | 0.59% | - |
| HSV(B) | 331.76º | 0.57% | 0.82% | - |
| XYZ | 35.59 | 23.29 | 30.22 | - |
| YUV | 132.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 147 | 0 | 0.57 | 0.30 | 0.18 | 331.76 | 0.57 | 0.59 |
| Hex | D2 | 5B | 93 | 0 | 39 | 1E | 12 | 14C | 39 | 3B |
| Octal | 322 | 133 | 223 | 0 | 71 | 36 | 22 | 514 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10010011 | 0 | 111001 | 11110 | 10010 | 101001100 | 111001 | 111011 |
Color Harmonies of #D25B93
Complementary color
Monochromatic Colors of #D25B93
Black with #D25B93
Text Example
Text Example
White with #D25B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B93; }
p { color: rgb(210,91,147); }
H1.HeaderClassName
{
color: #D25B93;
}
.AnyTagClassName
{
color: #D25B93;
}
</style>
background-color css
<style>
a { background-color: #D25B93; }
a { background-color: rgb(210,91,147); }
div.DivClassName
{
background-color: #D25B93;
}
.BgClassName
{
background-color: #D25B93;
}
</style>
border-color css
<style>
span { border-color: #D25B93; }
span { border-color: rgb(210,91,147); }
td.TdClassName
{
border-color: #D25B93;
}
.TagClassName
{
border-color: #D25B93;
}
</style>