Shades of Hopbush #D27CAB
Tints of Hopbush #D27CAB
RGB
CMYK
RGB Variations
Color information
#D27CAB (or 0xD27CAB) is known color: Hopbush. HEX triplet: D2, 7C and AB. RGB value is (210,124,171). Sum of RGB (Red+Green+Blue) = 210+124+171=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27CAB is #2D8354. Grayscale: #9A9A9A. Windows color (decimal): -2982741 or 11238610. OLE color: 11238610.
HSL color Cylindrical-coordinate representation of color #D27CAB: hue angle of 327.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CAB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 171 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.18 |
| HSL | 327.21º | 0.49% | 0.65% | - |
| HSV(B) | 327.21º | 0.41% | 0.82% | - |
| XYZ | 41.14 | 31.06 | 42.35 | - |
| YUV | 155.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 171 | 0 | 0.41 | 0.19 | 0.18 | 327.21 | 0.49 | 0.65 |
| Hex | D2 | 7C | AB | 0 | 29 | 13 | 12 | 147 | 31 | 41 |
| Octal | 322 | 174 | 253 | 0 | 51 | 23 | 22 | 507 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10101011 | 0 | 101001 | 10011 | 10010 | 101000111 | 110001 | 1000001 |
Color Harmonies of #D27CAB
Complementary color
Monochromatic Colors of #D27CAB
Black with #D27CAB
Text Example
Text Example
White with #D27CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CAB; }
p { color: rgb(210,124,171); }
H1.HeaderClassName
{
color: #D27CAB;
}
.AnyTagClassName
{
color: #D27CAB;
}
</style>
background-color css
<style>
a { background-color: #D27CAB; }
a { background-color: rgb(210,124,171); }
div.DivClassName
{
background-color: #D27CAB;
}
.BgClassName
{
background-color: #D27CAB;
}
</style>
border-color css
<style>
span { border-color: #D27CAB; }
span { border-color: rgb(210,124,171); }
td.TdClassName
{
border-color: #D27CAB;
}
.TagClassName
{
border-color: #D27CAB;
}
</style>