Shades of Hopbush #D05CA5
Tints of Hopbush #D05CA5
RGB
CMYK
RGB Variations
Color information
#D05CA5 (or 0xD05CA5) is known color: Hopbush. HEX triplet: D0, 5C and A5. RGB value is (208,92,165). Sum of RGB (Red+Green+Blue) = 208+92+165=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CA5 is #2FA35A. Grayscale: #868686. Windows color (decimal): -3122011 or 10837200. OLE color: 10837200.
HSL color Cylindrical-coordinate representation of color #D05CA5: hue angle of 322.24º 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 #D05CA5 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 165 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.18 |
| HSL | 322.24º | 0.55% | 0.59% | - |
| HSV(B) | 322.24º | 0.56% | 0.82% | - |
| XYZ | 36.63 | 23.78 | 38.26 | - |
| YUV | 135.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 165 | 0 | 0.56 | 0.21 | 0.18 | 322.24 | 0.55 | 0.59 |
| Hex | D0 | 5C | A5 | 0 | 38 | 15 | 12 | 142 | 37 | 3B |
| Octal | 320 | 134 | 245 | 0 | 70 | 25 | 22 | 502 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10100101 | 0 | 111000 | 10101 | 10010 | 101000010 | 110111 | 111011 |
Color Harmonies of #D05CA5
Complementary color
Monochromatic Colors of #D05CA5
Black with #D05CA5
Text Example
Text Example
White with #D05CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CA5; }
p { color: rgb(208,92,165); }
H1.HeaderClassName
{
color: #D05CA5;
}
.AnyTagClassName
{
color: #D05CA5;
}
</style>
background-color css
<style>
a { background-color: #D05CA5; }
a { background-color: rgb(208,92,165); }
div.DivClassName
{
background-color: #D05CA5;
}
.BgClassName
{
background-color: #D05CA5;
}
</style>
border-color css
<style>
span { border-color: #D05CA5; }
span { border-color: rgb(208,92,165); }
td.TdClassName
{
border-color: #D05CA5;
}
.TagClassName
{
border-color: #D05CA5;
}
</style>