Shades of Hopbush #D669B2
Tints of Hopbush #D669B2
RGB
CMYK
RGB Variations
Color information
#D669B2 (or 0xD669B2) is known color: Hopbush. HEX triplet: D6, 69 and B2. RGB value is (214,105,178). Sum of RGB (Red+Green+Blue) = 214+105+178=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669B2 is #29964D. Grayscale: #919191. Windows color (decimal): -2725454 or 11692502. OLE color: 11692502.
HSL color Cylindrical-coordinate representation of color #D669B2: hue angle of 319.82º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669B2 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 178 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.16 |
| HSL | 319.82º | 0.57% | 0.63% | - |
| HSV(B) | 319.82º | 0.51% | 0.84% | - |
| XYZ | 40.82 | 27.61 | 45.3 | - |
| YUV | 145.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 178 | 0 | 0.51 | 0.17 | 0.16 | 319.82 | 0.57 | 0.63 |
| Hex | D6 | 69 | B2 | 0 | 33 | 11 | 10 | 140 | 39 | 3F |
| Octal | 326 | 151 | 262 | 0 | 63 | 21 | 20 | 500 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10110010 | 0 | 110011 | 10001 | 10000 | 101000000 | 111001 | 111111 |
Color Harmonies of #D669B2
Complementary color
Monochromatic Colors of #D669B2
Black with #D669B2
Text Example
Text Example
White with #D669B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669B2; }
p { color: rgb(214,105,178); }
H1.HeaderClassName
{
color: #D669B2;
}
.AnyTagClassName
{
color: #D669B2;
}
</style>
background-color css
<style>
a { background-color: #D669B2; }
a { background-color: rgb(214,105,178); }
div.DivClassName
{
background-color: #D669B2;
}
.BgClassName
{
background-color: #D669B2;
}
</style>
border-color css
<style>
span { border-color: #D669B2; }
span { border-color: rgb(214,105,178); }
td.TdClassName
{
border-color: #D669B2;
}
.TagClassName
{
border-color: #D669B2;
}
</style>