Shades of Hopbush #D367A1
Tints of Hopbush #D367A1
RGB
CMYK
RGB Variations
Color information
#D367A1 (or 0xD367A1) is known color: Hopbush. HEX triplet: D3, 67 and A1. RGB value is (211,103,161). Sum of RGB (Red+Green+Blue) = 211+103+161=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D367A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D367A1 is #2C985E. Grayscale: #8D8D8D. Windows color (decimal): -2922591 or 10577875. OLE color: 10577875.
HSL color Cylindrical-coordinate representation of color #D367A1: hue angle of 327.78º 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 #D367A1 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 161 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.17 |
| HSL | 327.78º | 0.55% | 0.62% | - |
| HSV(B) | 327.78º | 0.51% | 0.83% | - |
| XYZ | 38.15 | 26.12 | 36.75 | - |
| YUV | 141.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 161 | 0 | 0.51 | 0.24 | 0.17 | 327.78 | 0.55 | 0.62 |
| Hex | D3 | 67 | A1 | 0 | 33 | 18 | 11 | 148 | 37 | 3E |
| Octal | 323 | 147 | 241 | 0 | 63 | 30 | 21 | 510 | 67 | 76 |
| Binary | 11010011 | 1100111 | 10100001 | 0 | 110011 | 11000 | 10001 | 101001000 | 110111 | 111110 |
Color Harmonies of #D367A1
Complementary color
Monochromatic Colors of #D367A1
Black with #D367A1
Text Example
Text Example
White with #D367A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367A1; }
p { color: rgb(211,103,161); }
H1.HeaderClassName
{
color: #D367A1;
}
.AnyTagClassName
{
color: #D367A1;
}
</style>
background-color css
<style>
a { background-color: #D367A1; }
a { background-color: rgb(211,103,161); }
div.DivClassName
{
background-color: #D367A1;
}
.BgClassName
{
background-color: #D367A1;
}
</style>
border-color css
<style>
span { border-color: #D367A1; }
span { border-color: rgb(211,103,161); }
td.TdClassName
{
border-color: #D367A1;
}
.TagClassName
{
border-color: #D367A1;
}
</style>