Shades of Hopbush #D25C92
Tints of Hopbush #D25C92
RGB
CMYK
RGB Variations
Color information
#D25C92 (or 0xD25C92) is known color: Hopbush. HEX triplet: D2, 5C and 92. RGB value is (210,92,146). Sum of RGB (Red+Green+Blue) = 210+92+146=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C92 is #2DA36D. Grayscale: #858585. Windows color (decimal): -2990958 or 9592018. OLE color: 9592018.
HSL color Cylindrical-coordinate representation of color #D25C92: hue angle of 332.54º 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 #D25C92 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 146 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.18 |
| HSL | 332.54º | 0.57% | 0.59% | - |
| HSV(B) | 332.54º | 0.56% | 0.82% | - |
| XYZ | 35.59 | 23.43 | 29.84 | - |
| YUV | 133.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 146 | 0 | 0.56 | 0.30 | 0.18 | 332.54 | 0.57 | 0.59 |
| Hex | D2 | 5C | 92 | 0 | 38 | 1E | 12 | 14D | 39 | 3B |
| Octal | 322 | 134 | 222 | 0 | 70 | 36 | 22 | 515 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10010010 | 0 | 111000 | 11110 | 10010 | 101001101 | 111001 | 111011 |
Color Harmonies of #D25C92
Complementary color
Monochromatic Colors of #D25C92
Black with #D25C92
Text Example
Text Example
White with #D25C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C92; }
p { color: rgb(210,92,146); }
H1.HeaderClassName
{
color: #D25C92;
}
.AnyTagClassName
{
color: #D25C92;
}
</style>
background-color css
<style>
a { background-color: #D25C92; }
a { background-color: rgb(210,92,146); }
div.DivClassName
{
background-color: #D25C92;
}
.BgClassName
{
background-color: #D25C92;
}
</style>
border-color css
<style>
span { border-color: #D25C92; }
span { border-color: rgb(210,92,146); }
td.TdClassName
{
border-color: #D25C92;
}
.TagClassName
{
border-color: #D25C92;
}
</style>