Shades of Hopbush #D267A2
Tints of Hopbush #D267A2
RGB
CMYK
RGB Variations
Color information
#D267A2 (or 0xD267A2) is known color: Hopbush. HEX triplet: D2, 67 and A2. RGB value is (210,103,162). Sum of RGB (Red+Green+Blue) = 210+103+162=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D267A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267A2 is #2D985D. Grayscale: #8D8D8D. Windows color (decimal): -2988126 or 10643410. OLE color: 10643410.
HSL color Cylindrical-coordinate representation of color #D267A2: hue angle of 326.92º 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 #D267A2 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 162 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.18 |
| HSL | 326.92º | 0.54% | 0.61% | - |
| HSV(B) | 326.92º | 0.51% | 0.82% | - |
| XYZ | 37.95 | 26.01 | 37.2 | - |
| YUV | 141.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 162 | 0 | 0.51 | 0.23 | 0.18 | 326.92 | 0.54 | 0.61 |
| Hex | D2 | 67 | A2 | 0 | 33 | 17 | 12 | 147 | 36 | 3D |
| Octal | 322 | 147 | 242 | 0 | 63 | 27 | 22 | 507 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10100010 | 0 | 110011 | 10111 | 10010 | 101000111 | 110110 | 111101 |
Color Harmonies of #D267A2
Complementary color
Monochromatic Colors of #D267A2
Black with #D267A2
Text Example
Text Example
White with #D267A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267A2; }
p { color: rgb(210,103,162); }
H1.HeaderClassName
{
color: #D267A2;
}
.AnyTagClassName
{
color: #D267A2;
}
</style>
background-color css
<style>
a { background-color: #D267A2; }
a { background-color: rgb(210,103,162); }
div.DivClassName
{
background-color: #D267A2;
}
.BgClassName
{
background-color: #D267A2;
}
</style>
border-color css
<style>
span { border-color: #D267A2; }
span { border-color: rgb(210,103,162); }
td.TdClassName
{
border-color: #D267A2;
}
.TagClassName
{
border-color: #D267A2;
}
</style>