Shades of Hopbush #D267AA
Tints of Hopbush #D267AA
RGB
CMYK
RGB Variations
Color information
#D267AA (or 0xD267AA) is known color: Hopbush. HEX triplet: D2, 67 and AA. RGB value is (210,103,170). Sum of RGB (Red+Green+Blue) = 210+103+170=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D267AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267AA is #2D9855. Grayscale: #8E8E8E. Windows color (decimal): -2988118 or 11167698. OLE color: 11167698.
HSL color Cylindrical-coordinate representation of color #D267AA: hue angle of 322.43º 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 #D267AA is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 170 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.18 |
| HSL | 322.43º | 0.54% | 0.61% | - |
| HSV(B) | 322.43º | 0.51% | 0.82% | - |
| XYZ | 38.68 | 26.3 | 41.07 | - |
| YUV | 142.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 170 | 0 | 0.51 | 0.19 | 0.18 | 322.43 | 0.54 | 0.61 |
| Hex | D2 | 67 | AA | 0 | 33 | 13 | 12 | 142 | 36 | 3D |
| Octal | 322 | 147 | 252 | 0 | 63 | 23 | 22 | 502 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10101010 | 0 | 110011 | 10011 | 10010 | 101000010 | 110110 | 111101 |
Color Harmonies of #D267AA
Complementary color
Monochromatic Colors of #D267AA
Black with #D267AA
Text Example
Text Example
White with #D267AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267AA; }
p { color: rgb(210,103,170); }
H1.HeaderClassName
{
color: #D267AA;
}
.AnyTagClassName
{
color: #D267AA;
}
</style>
background-color css
<style>
a { background-color: #D267AA; }
a { background-color: rgb(210,103,170); }
div.DivClassName
{
background-color: #D267AA;
}
.BgClassName
{
background-color: #D267AA;
}
</style>
border-color css
<style>
span { border-color: #D267AA; }
span { border-color: rgb(210,103,170); }
td.TdClassName
{
border-color: #D267AA;
}
.TagClassName
{
border-color: #D267AA;
}
</style>