Shades of Hopbush #D567B2
Tints of Hopbush #D567B2
RGB
CMYK
RGB Variations
Color information
#D567B2 (or 0xD567B2) is known color: Hopbush. HEX triplet: D5, 67 and B2. RGB value is (213,103,178). Sum of RGB (Red+Green+Blue) = 213+103+178=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D567B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D567B2 is #2A984D. Grayscale: #909090. Windows color (decimal): -2791502 or 11691989. OLE color: 11691989.
HSL color Cylindrical-coordinate representation of color #D567B2: hue angle of 319.09º 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 #D567B2 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 178 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.16 |
| HSL | 319.09º | 0.57% | 0.62% | - |
| HSV(B) | 319.09º | 0.52% | 0.84% | - |
| XYZ | 40.33 | 27.06 | 45.22 | - |
| YUV | 144.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 178 | 0 | 0.52 | 0.16 | 0.16 | 319.09 | 0.57 | 0.62 |
| Hex | D5 | 67 | B2 | 0 | 34 | 10 | 10 | 13F | 39 | 3E |
| Octal | 325 | 147 | 262 | 0 | 64 | 20 | 20 | 477 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10110010 | 0 | 110100 | 10000 | 10000 | 100111111 | 111001 | 111110 |
Color Harmonies of #D567B2
Complementary color
Monochromatic Colors of #D567B2
Black with #D567B2
Text Example
Text Example
White with #D567B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567B2; }
p { color: rgb(213,103,178); }
H1.HeaderClassName
{
color: #D567B2;
}
.AnyTagClassName
{
color: #D567B2;
}
</style>
background-color css
<style>
a { background-color: #D567B2; }
a { background-color: rgb(213,103,178); }
div.DivClassName
{
background-color: #D567B2;
}
.BgClassName
{
background-color: #D567B2;
}
</style>
border-color css
<style>
span { border-color: #D567B2; }
span { border-color: rgb(213,103,178); }
td.TdClassName
{
border-color: #D567B2;
}
.TagClassName
{
border-color: #D567B2;
}
</style>