Shades of Hopbush #D27DAB
Tints of Hopbush #D27DAB
RGB
CMYK
RGB Variations
Color information
#D27DAB (or 0xD27DAB) is known color: Hopbush. HEX triplet: D2, 7D and AB. RGB value is (210,125,171). Sum of RGB (Red+Green+Blue) = 210+125+171=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DAB is #2D8254. Grayscale: #9B9B9B. Windows color (decimal): -2982485 or 11238866. OLE color: 11238866.
HSL color Cylindrical-coordinate representation of color #D27DAB: hue angle of 327.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DAB is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 171 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.18 |
| HSL | 327.53º | 0.49% | 0.66% | - |
| HSV(B) | 327.53º | 0.4% | 0.82% | - |
| XYZ | 41.26 | 31.31 | 42.4 | - |
| YUV | 155.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 171 | 0 | 0.40 | 0.19 | 0.18 | 327.53 | 0.49 | 0.66 |
| Hex | D2 | 7D | AB | 0 | 28 | 13 | 12 | 148 | 31 | 42 |
| Octal | 322 | 175 | 253 | 0 | 50 | 23 | 22 | 510 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10101011 | 0 | 101000 | 10011 | 10010 | 101001000 | 110001 | 1000010 |
Color Harmonies of #D27DAB
Complementary color
Monochromatic Colors of #D27DAB
Black with #D27DAB
Text Example
Text Example
White with #D27DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DAB; }
p { color: rgb(210,125,171); }
H1.HeaderClassName
{
color: #D27DAB;
}
.AnyTagClassName
{
color: #D27DAB;
}
</style>
background-color css
<style>
a { background-color: #D27DAB; }
a { background-color: rgb(210,125,171); }
div.DivClassName
{
background-color: #D27DAB;
}
.BgClassName
{
background-color: #D27DAB;
}
</style>
border-color css
<style>
span { border-color: #D27DAB; }
span { border-color: rgb(210,125,171); }
td.TdClassName
{
border-color: #D27DAB;
}
.TagClassName
{
border-color: #D27DAB;
}
</style>