Shades of Hopbush #D25C9C
Tints of Hopbush #D25C9C
RGB
CMYK
RGB Variations
Color information
#D25C9C (or 0xD25C9C) is known color: Hopbush. HEX triplet: D2, 5C and 9C. RGB value is (210,92,156). Sum of RGB (Red+Green+Blue) = 210+92+156=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C9C is #2DA363. Grayscale: #868686. Windows color (decimal): -2990948 or 10247378. OLE color: 10247378.
HSL color Cylindrical-coordinate representation of color #D25C9C: hue angle of 327.46º 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 #D25C9C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 156 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.18 |
| HSL | 327.46º | 0.57% | 0.59% | - |
| HSV(B) | 327.46º | 0.56% | 0.82% | - |
| XYZ | 36.41 | 23.76 | 34.12 | - |
| YUV | 134.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 156 | 0 | 0.56 | 0.26 | 0.18 | 327.46 | 0.57 | 0.59 |
| Hex | D2 | 5C | 9C | 0 | 38 | 1A | 12 | 147 | 39 | 3B |
| Octal | 322 | 134 | 234 | 0 | 70 | 32 | 22 | 507 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10011100 | 0 | 111000 | 11010 | 10010 | 101000111 | 111001 | 111011 |
Color Harmonies of #D25C9C
Complementary color
Monochromatic Colors of #D25C9C
Black with #D25C9C
Text Example
Text Example
White with #D25C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C9C; }
p { color: rgb(210,92,156); }
H1.HeaderClassName
{
color: #D25C9C;
}
.AnyTagClassName
{
color: #D25C9C;
}
</style>
background-color css
<style>
a { background-color: #D25C9C; }
a { background-color: rgb(210,92,156); }
div.DivClassName
{
background-color: #D25C9C;
}
.BgClassName
{
background-color: #D25C9C;
}
</style>
border-color css
<style>
span { border-color: #D25C9C; }
span { border-color: rgb(210,92,156); }
td.TdClassName
{
border-color: #D25C9C;
}
.TagClassName
{
border-color: #D25C9C;
}
</style>