Shades of Hopbush #D05CA1
Tints of Hopbush #D05CA1
RGB
CMYK
RGB Variations
Color information
#D05CA1 (or 0xD05CA1) is known color: Hopbush. HEX triplet: D0, 5C and A1. RGB value is (208,92,161). Sum of RGB (Red+Green+Blue) = 208+92+161=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CA1 is #2FA35E. Grayscale: #868686. Windows color (decimal): -3122015 or 10575056. OLE color: 10575056.
HSL color Cylindrical-coordinate representation of color #D05CA1: hue angle of 324.31º degrees, saturation: 0.55, 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 #D05CA1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 161 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.18 |
| HSL | 324.31º | 0.55% | 0.59% | - |
| HSV(B) | 324.31º | 0.56% | 0.82% | - |
| XYZ | 36.27 | 23.64 | 36.37 | - |
| YUV | 134.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 161 | 0 | 0.56 | 0.23 | 0.18 | 324.31 | 0.55 | 0.59 |
| Hex | D0 | 5C | A1 | 0 | 38 | 17 | 12 | 144 | 37 | 3B |
| Octal | 320 | 134 | 241 | 0 | 70 | 27 | 22 | 504 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10100001 | 0 | 111000 | 10111 | 10010 | 101000100 | 110111 | 111011 |
Color Harmonies of #D05CA1
Complementary color
Monochromatic Colors of #D05CA1
Black with #D05CA1
Text Example
Text Example
White with #D05CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CA1; }
p { color: rgb(208,92,161); }
H1.HeaderClassName
{
color: #D05CA1;
}
.AnyTagClassName
{
color: #D05CA1;
}
</style>
background-color css
<style>
a { background-color: #D05CA1; }
a { background-color: rgb(208,92,161); }
div.DivClassName
{
background-color: #D05CA1;
}
.BgClassName
{
background-color: #D05CA1;
}
</style>
border-color css
<style>
span { border-color: #D05CA1; }
span { border-color: rgb(208,92,161); }
td.TdClassName
{
border-color: #D05CA1;
}
.TagClassName
{
border-color: #D05CA1;
}
</style>