Shades of Hopbush #D05CA2
Tints of Hopbush #D05CA2
RGB
CMYK
RGB Variations
Color information
#D05CA2 (or 0xD05CA2) is known color: Hopbush. HEX triplet: D0, 5C and A2. RGB value is (208,92,162). Sum of RGB (Red+Green+Blue) = 208+92+162=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CA2 is #2FA35D. Grayscale: #868686. Windows color (decimal): -3122014 or 10640592. OLE color: 10640592.
HSL color Cylindrical-coordinate representation of color #D05CA2: hue angle of 323.79º 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 #D05CA2 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 162 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.18 |
| HSL | 323.79º | 0.55% | 0.59% | - |
| HSV(B) | 323.79º | 0.56% | 0.82% | - |
| XYZ | 36.36 | 23.67 | 36.84 | - |
| YUV | 134.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 162 | 0 | 0.56 | 0.22 | 0.18 | 323.79 | 0.55 | 0.59 |
| Hex | D0 | 5C | A2 | 0 | 38 | 16 | 12 | 144 | 37 | 3B |
| Octal | 320 | 134 | 242 | 0 | 70 | 26 | 22 | 504 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10100010 | 0 | 111000 | 10110 | 10010 | 101000100 | 110111 | 111011 |
Color Harmonies of #D05CA2
Complementary color
Monochromatic Colors of #D05CA2
Black with #D05CA2
Text Example
Text Example
White with #D05CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CA2; }
p { color: rgb(208,92,162); }
H1.HeaderClassName
{
color: #D05CA2;
}
.AnyTagClassName
{
color: #D05CA2;
}
</style>
background-color css
<style>
a { background-color: #D05CA2; }
a { background-color: rgb(208,92,162); }
div.DivClassName
{
background-color: #D05CA2;
}
.BgClassName
{
background-color: #D05CA2;
}
</style>
border-color css
<style>
span { border-color: #D05CA2; }
span { border-color: rgb(208,92,162); }
td.TdClassName
{
border-color: #D05CA2;
}
.TagClassName
{
border-color: #D05CA2;
}
</style>