Shades of Hopbush #D267AD
Tints of Hopbush #D267AD
RGB
CMYK
RGB Variations
Color information
#D267AD (or 0xD267AD) is known color: Hopbush. HEX triplet: D2, 67 and AD. RGB value is (210,103,173). Sum of RGB (Red+Green+Blue) = 210+103+173=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D267AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D267AD is #2D9852. Grayscale: #8E8E8E. Windows color (decimal): -2988115 or 11364306. OLE color: 11364306.
HSL color Cylindrical-coordinate representation of color #D267AD: hue angle of 320.75º 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 #D267AD is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 173 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.18 |
| HSL | 320.75º | 0.54% | 0.61% | - |
| HSV(B) | 320.75º | 0.51% | 0.82% | - |
| XYZ | 38.97 | 26.42 | 42.58 | - |
| YUV | 142.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 173 | 0 | 0.51 | 0.18 | 0.18 | 320.75 | 0.54 | 0.61 |
| Hex | D2 | 67 | AD | 0 | 33 | 12 | 12 | 141 | 36 | 3D |
| Octal | 322 | 147 | 255 | 0 | 63 | 22 | 22 | 501 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10101101 | 0 | 110011 | 10010 | 10010 | 101000001 | 110110 | 111101 |
Color Harmonies of #D267AD
Complementary color
Monochromatic Colors of #D267AD
Black with #D267AD
Text Example
Text Example
White with #D267AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267AD; }
p { color: rgb(210,103,173); }
H1.HeaderClassName
{
color: #D267AD;
}
.AnyTagClassName
{
color: #D267AD;
}
</style>
background-color css
<style>
a { background-color: #D267AD; }
a { background-color: rgb(210,103,173); }
div.DivClassName
{
background-color: #D267AD;
}
.BgClassName
{
background-color: #D267AD;
}
</style>
border-color css
<style>
span { border-color: #D267AD; }
span { border-color: rgb(210,103,173); }
td.TdClassName
{
border-color: #D267AD;
}
.TagClassName
{
border-color: #D267AD;
}
</style>