Shades of Hopbush #D05CAB
Tints of Hopbush #D05CAB
RGB
CMYK
RGB Variations
Color information
#D05CAB (or 0xD05CAB) is known color: Hopbush. HEX triplet: D0, 5C and AB. RGB value is (208,92,171). Sum of RGB (Red+Green+Blue) = 208+92+171=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CAB is #2FA354. Grayscale: #878787. Windows color (decimal): -3122005 or 11230416. OLE color: 11230416.
HSL color Cylindrical-coordinate representation of color #D05CAB: hue angle of 319.14º 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 #D05CAB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 171 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.18 |
| HSL | 319.14º | 0.55% | 0.59% | - |
| HSV(B) | 319.14º | 0.56% | 0.82% | - |
| XYZ | 37.19 | 24 | 41.2 | - |
| YUV | 135.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 171 | 0 | 0.56 | 0.18 | 0.18 | 319.14 | 0.55 | 0.59 |
| Hex | D0 | 5C | AB | 0 | 38 | 12 | 12 | 13F | 37 | 3B |
| Octal | 320 | 134 | 253 | 0 | 70 | 22 | 22 | 477 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10101011 | 0 | 111000 | 10010 | 10010 | 100111111 | 110111 | 111011 |
Color Harmonies of #D05CAB
Complementary color
Monochromatic Colors of #D05CAB
Black with #D05CAB
Text Example
Text Example
White with #D05CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CAB; }
p { color: rgb(208,92,171); }
H1.HeaderClassName
{
color: #D05CAB;
}
.AnyTagClassName
{
color: #D05CAB;
}
</style>
background-color css
<style>
a { background-color: #D05CAB; }
a { background-color: rgb(208,92,171); }
div.DivClassName
{
background-color: #D05CAB;
}
.BgClassName
{
background-color: #D05CAB;
}
</style>
border-color css
<style>
span { border-color: #D05CAB; }
span { border-color: rgb(208,92,171); }
td.TdClassName
{
border-color: #D05CAB;
}
.TagClassName
{
border-color: #D05CAB;
}
</style>