Shades of Hopbush #D25CA3
Tints of Hopbush #D25CA3
RGB
CMYK
RGB Variations
Color information
#D25CA3 (or 0xD25CA3) is known color: Hopbush. HEX triplet: D2, 5C and A3. RGB value is (210,92,163). Sum of RGB (Red+Green+Blue) = 210+92+163=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CA3 is #2DA35C. Grayscale: #878787. Windows color (decimal): -2990941 or 10706130. OLE color: 10706130.
HSL color Cylindrical-coordinate representation of color #D25CA3: hue angle of 323.9º 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 #D25CA3 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 163 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 323.9º | 0.57% | 0.59% | - |
| HSV(B) | 323.9º | 0.56% | 0.82% | - |
| XYZ | 37.02 | 24 | 37.33 | - |
| YUV | 135.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 163 | 0 | 0.56 | 0.22 | 0.18 | 323.9 | 0.57 | 0.59 |
| Hex | D2 | 5C | A3 | 0 | 38 | 16 | 12 | 144 | 39 | 3B |
| Octal | 322 | 134 | 243 | 0 | 70 | 26 | 22 | 504 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10100011 | 0 | 111000 | 10110 | 10010 | 101000100 | 111001 | 111011 |
Color Harmonies of #D25CA3
Complementary color
Monochromatic Colors of #D25CA3
Black with #D25CA3
Text Example
Text Example
White with #D25CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CA3; }
p { color: rgb(210,92,163); }
H1.HeaderClassName
{
color: #D25CA3;
}
.AnyTagClassName
{
color: #D25CA3;
}
</style>
background-color css
<style>
a { background-color: #D25CA3; }
a { background-color: rgb(210,92,163); }
div.DivClassName
{
background-color: #D25CA3;
}
.BgClassName
{
background-color: #D25CA3;
}
</style>
border-color css
<style>
span { border-color: #D25CA3; }
span { border-color: rgb(210,92,163); }
td.TdClassName
{
border-color: #D25CA3;
}
.TagClassName
{
border-color: #D25CA3;
}
</style>