Shades of Hopbush #D267AF
Tints of Hopbush #D267AF
RGB
CMYK
RGB Variations
Color information
#D267AF (or 0xD267AF) is known color: Hopbush. HEX triplet: D2, 67 and AF. RGB value is (210,103,175). Sum of RGB (Red+Green+Blue) = 210+103+175=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D267AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267AF is #2D9850. Grayscale: #8F8F8F. Windows color (decimal): -2988113 or 11495378. OLE color: 11495378.
HSL color Cylindrical-coordinate representation of color #D267AF: hue angle of 319.63º 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 #D267AF is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 175 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.18 |
| HSL | 319.63º | 0.54% | 0.61% | - |
| HSV(B) | 319.63º | 0.51% | 0.82% | - |
| XYZ | 39.17 | 26.5 | 43.61 | - |
| YUV | 143.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 175 | 0 | 0.51 | 0.17 | 0.18 | 319.63 | 0.54 | 0.61 |
| Hex | D2 | 67 | AF | 0 | 33 | 11 | 12 | 140 | 36 | 3D |
| Octal | 322 | 147 | 257 | 0 | 63 | 21 | 22 | 500 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10101111 | 0 | 110011 | 10001 | 10010 | 101000000 | 110110 | 111101 |
Color Harmonies of #D267AF
Complementary color
Monochromatic Colors of #D267AF
Black with #D267AF
Text Example
Text Example
White with #D267AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267AF; }
p { color: rgb(210,103,175); }
H1.HeaderClassName
{
color: #D267AF;
}
.AnyTagClassName
{
color: #D267AF;
}
</style>
background-color css
<style>
a { background-color: #D267AF; }
a { background-color: rgb(210,103,175); }
div.DivClassName
{
background-color: #D267AF;
}
.BgClassName
{
background-color: #D267AF;
}
</style>
border-color css
<style>
span { border-color: #D267AF; }
span { border-color: rgb(210,103,175); }
td.TdClassName
{
border-color: #D267AF;
}
.TagClassName
{
border-color: #D267AF;
}
</style>