Shades of Hopbush #D267AB
Tints of Hopbush #D267AB
RGB
CMYK
RGB Variations
Color information
#D267AB (or 0xD267AB) is known color: Hopbush. HEX triplet: D2, 67 and AB. RGB value is (210,103,171). Sum of RGB (Red+Green+Blue) = 210+103+171=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D267AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267AB is #2D9854. Grayscale: #8E8E8E. Windows color (decimal): -2988117 or 11233234. OLE color: 11233234.
HSL color Cylindrical-coordinate representation of color #D267AB: hue angle of 321.87º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267AB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 171 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.18 |
| HSL | 321.87º | 0.54% | 0.61% | - |
| HSV(B) | 321.87º | 0.51% | 0.82% | - |
| XYZ | 38.78 | 26.34 | 41.57 | - |
| YUV | 142.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 171 | 0 | 0.51 | 0.19 | 0.18 | 321.87 | 0.54 | 0.61 |
| Hex | D2 | 67 | AB | 0 | 33 | 13 | 12 | 142 | 36 | 3D |
| Octal | 322 | 147 | 253 | 0 | 63 | 23 | 22 | 502 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10101011 | 0 | 110011 | 10011 | 10010 | 101000010 | 110110 | 111101 |
Color Harmonies of #D267AB
Complementary color
Monochromatic Colors of #D267AB
Black with #D267AB
Text Example
Text Example
White with #D267AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267AB; }
p { color: rgb(210,103,171); }
H1.HeaderClassName
{
color: #D267AB;
}
.AnyTagClassName
{
color: #D267AB;
}
</style>
background-color css
<style>
a { background-color: #D267AB; }
a { background-color: rgb(210,103,171); }
div.DivClassName
{
background-color: #D267AB;
}
.BgClassName
{
background-color: #D267AB;
}
</style>
border-color css
<style>
span { border-color: #D267AB; }
span { border-color: rgb(210,103,171); }
td.TdClassName
{
border-color: #D267AB;
}
.TagClassName
{
border-color: #D267AB;
}
</style>