Shades of Hopbush #D367A8
Tints of Hopbush #D367A8
RGB
CMYK
RGB Variations
Color information
#D367A8 (or 0xD367A8) is known color: Hopbush. HEX triplet: D3, 67 and A8. RGB value is (211,103,168). Sum of RGB (Red+Green+Blue) = 211+103+168=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D367A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D367A8 is #2C9857. Grayscale: #8E8E8E. Windows color (decimal): -2922584 or 11036627. OLE color: 11036627.
HSL color Cylindrical-coordinate representation of color #D367A8: hue angle of 323.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D367A8 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 168 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.17 |
| HSL | 323.89º | 0.55% | 0.62% | - |
| HSV(B) | 323.89º | 0.51% | 0.83% | - |
| XYZ | 38.78 | 26.38 | 40.09 | - |
| YUV | 142.7 | 142.28 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 168 | 0 | 0.51 | 0.20 | 0.17 | 323.89 | 0.55 | 0.62 |
| Hex | D3 | 67 | A8 | 0 | 33 | 14 | 11 | 144 | 37 | 3E |
| Octal | 323 | 147 | 250 | 0 | 63 | 24 | 21 | 504 | 67 | 76 |
| Binary | 11010011 | 1100111 | 10101000 | 0 | 110011 | 10100 | 10001 | 101000100 | 110111 | 111110 |
Color Harmonies of #D367A8
Complementary color
Monochromatic Colors of #D367A8
Black with #D367A8
Text Example
Text Example
White with #D367A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367A8; }
p { color: rgb(211,103,168); }
H1.HeaderClassName
{
color: #D367A8;
}
.AnyTagClassName
{
color: #D367A8;
}
</style>
background-color css
<style>
a { background-color: #D367A8; }
a { background-color: rgb(211,103,168); }
div.DivClassName
{
background-color: #D367A8;
}
.BgClassName
{
background-color: #D367A8;
}
</style>
border-color css
<style>
span { border-color: #D367A8; }
span { border-color: rgb(211,103,168); }
td.TdClassName
{
border-color: #D367A8;
}
.TagClassName
{
border-color: #D367A8;
}
</style>