Shades of Hopbush #D25CAA
Tints of Hopbush #D25CAA
RGB
CMYK
RGB Variations
Color information
#D25CAA (or 0xD25CAA) is known color: Hopbush. HEX triplet: D2, 5C and AA. RGB value is (210,92,170). Sum of RGB (Red+Green+Blue) = 210+92+170=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CAA is #2DA355. Grayscale: #878787. Windows color (decimal): -2990934 or 11164882. OLE color: 11164882.
HSL color Cylindrical-coordinate representation of color #D25CAA: hue angle of 320.34º 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 #D25CAA is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 170 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.18 |
| HSL | 320.34º | 0.57% | 0.59% | - |
| HSV(B) | 320.34º | 0.56% | 0.82% | - |
| XYZ | 37.66 | 24.26 | 40.73 | - |
| YUV | 136.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 170 | 0 | 0.56 | 0.19 | 0.18 | 320.34 | 0.57 | 0.59 |
| Hex | D2 | 5C | AA | 0 | 38 | 13 | 12 | 140 | 39 | 3B |
| Octal | 322 | 134 | 252 | 0 | 70 | 23 | 22 | 500 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10101010 | 0 | 111000 | 10011 | 10010 | 101000000 | 111001 | 111011 |
Color Harmonies of #D25CAA
Complementary color
Monochromatic Colors of #D25CAA
Black with #D25CAA
Text Example
Text Example
White with #D25CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CAA; }
p { color: rgb(210,92,170); }
H1.HeaderClassName
{
color: #D25CAA;
}
.AnyTagClassName
{
color: #D25CAA;
}
</style>
background-color css
<style>
a { background-color: #D25CAA; }
a { background-color: rgb(210,92,170); }
div.DivClassName
{
background-color: #D25CAA;
}
.BgClassName
{
background-color: #D25CAA;
}
</style>
border-color css
<style>
span { border-color: #D25CAA; }
span { border-color: rgb(210,92,170); }
td.TdClassName
{
border-color: #D25CAA;
}
.TagClassName
{
border-color: #D25CAA;
}
</style>