Shades of Hopbush #D25C8B
Tints of Hopbush #D25C8B
RGB
CMYK
RGB Variations
Color information
#D25C8B (or 0xD25C8B) is known color: Hopbush. HEX triplet: D2, 5C and 8B. RGB value is (210,92,139). Sum of RGB (Red+Green+Blue) = 210+92+139=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C8B is #2DA374. Grayscale: #848484. Windows color (decimal): -2990965 or 9133266. OLE color: 9133266.
HSL color Cylindrical-coordinate representation of color #D25C8B: hue angle of 336.1º 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 #D25C8B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 139 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.18 |
| HSL | 336.1º | 0.57% | 0.59% | - |
| HSV(B) | 336.1º | 0.56% | 0.82% | - |
| XYZ | 35.07 | 23.22 | 27.06 | - |
| YUV | 132.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 139 | 0 | 0.56 | 0.34 | 0.18 | 336.1 | 0.57 | 0.59 |
| Hex | D2 | 5C | 8B | 0 | 38 | 22 | 12 | 150 | 39 | 3B |
| Octal | 322 | 134 | 213 | 0 | 70 | 42 | 22 | 520 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10001011 | 0 | 111000 | 100010 | 10010 | 101010000 | 111001 | 111011 |
Color Harmonies of #D25C8B
Complementary color
Monochromatic Colors of #D25C8B
Black with #D25C8B
Text Example
Text Example
White with #D25C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C8B; }
p { color: rgb(210,92,139); }
H1.HeaderClassName
{
color: #D25C8B;
}
.AnyTagClassName
{
color: #D25C8B;
}
</style>
background-color css
<style>
a { background-color: #D25C8B; }
a { background-color: rgb(210,92,139); }
div.DivClassName
{
background-color: #D25C8B;
}
.BgClassName
{
background-color: #D25C8B;
}
</style>
border-color css
<style>
span { border-color: #D25C8B; }
span { border-color: rgb(210,92,139); }
td.TdClassName
{
border-color: #D25C8B;
}
.TagClassName
{
border-color: #D25C8B;
}
</style>