Shades of Hopbush #D567A1
Tints of Hopbush #D567A1
RGB
CMYK
RGB Variations
Color information
#D567A1 (or 0xD567A1) is known color: Hopbush. HEX triplet: D5, 67 and A1. RGB value is (213,103,161). Sum of RGB (Red+Green+Blue) = 213+103+161=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D567A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D567A1 is #2A985E. Grayscale: #8E8E8E. Windows color (decimal): -2791519 or 10577877. OLE color: 10577877.
HSL color Cylindrical-coordinate representation of color #D567A1: hue angle of 328.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D567A1 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 161 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.16 |
| HSL | 328.36º | 0.57% | 0.62% | - |
| HSV(B) | 328.36º | 0.52% | 0.84% | - |
| XYZ | 38.72 | 26.42 | 36.78 | - |
| YUV | 142.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 161 | 0 | 0.52 | 0.24 | 0.16 | 328.36 | 0.57 | 0.62 |
| Hex | D5 | 67 | A1 | 0 | 34 | 18 | 10 | 148 | 39 | 3E |
| Octal | 325 | 147 | 241 | 0 | 64 | 30 | 20 | 510 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10100001 | 0 | 110100 | 11000 | 10000 | 101001000 | 111001 | 111110 |
Color Harmonies of #D567A1
Complementary color
Monochromatic Colors of #D567A1
Black with #D567A1
Text Example
Text Example
White with #D567A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567A1; }
p { color: rgb(213,103,161); }
H1.HeaderClassName
{
color: #D567A1;
}
.AnyTagClassName
{
color: #D567A1;
}
</style>
background-color css
<style>
a { background-color: #D567A1; }
a { background-color: rgb(213,103,161); }
div.DivClassName
{
background-color: #D567A1;
}
.BgClassName
{
background-color: #D567A1;
}
</style>
border-color css
<style>
span { border-color: #D567A1; }
span { border-color: rgb(213,103,161); }
td.TdClassName
{
border-color: #D567A1;
}
.TagClassName
{
border-color: #D567A1;
}
</style>