Shades of Hopbush #D267A6
Tints of Hopbush #D267A6
RGB
CMYK
RGB Variations
Color information
#D267A6 (or 0xD267A6) is known color: Hopbush. HEX triplet: D2, 67 and A6. RGB value is (210,103,166). Sum of RGB (Red+Green+Blue) = 210+103+166=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D267A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267A6 is #2D9859. Grayscale: #8E8E8E. Windows color (decimal): -2988122 or 10905554. OLE color: 10905554.
HSL color Cylindrical-coordinate representation of color #D267A6: hue angle of 324.67º 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 #D267A6 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 166 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.18 |
| HSL | 324.67º | 0.54% | 0.61% | - |
| HSV(B) | 324.67º | 0.51% | 0.82% | - |
| XYZ | 38.31 | 26.16 | 39.11 | - |
| YUV | 142.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 166 | 0 | 0.51 | 0.21 | 0.18 | 324.67 | 0.54 | 0.61 |
| Hex | D2 | 67 | A6 | 0 | 33 | 15 | 12 | 145 | 36 | 3D |
| Octal | 322 | 147 | 246 | 0 | 63 | 25 | 22 | 505 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10100110 | 0 | 110011 | 10101 | 10010 | 101000101 | 110110 | 111101 |
Color Harmonies of #D267A6
Complementary color
Monochromatic Colors of #D267A6
Black with #D267A6
Text Example
Text Example
White with #D267A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267A6; }
p { color: rgb(210,103,166); }
H1.HeaderClassName
{
color: #D267A6;
}
.AnyTagClassName
{
color: #D267A6;
}
</style>
background-color css
<style>
a { background-color: #D267A6; }
a { background-color: rgb(210,103,166); }
div.DivClassName
{
background-color: #D267A6;
}
.BgClassName
{
background-color: #D267A6;
}
</style>
border-color css
<style>
span { border-color: #D267A6; }
span { border-color: rgb(210,103,166); }
td.TdClassName
{
border-color: #D267A6;
}
.TagClassName
{
border-color: #D267A6;
}
</style>