Shades of Hopbush #D669A8
Tints of Hopbush #D669A8
RGB
CMYK
RGB Variations
Color information
#D669A8 (or 0xD669A8) is known color: Hopbush. HEX triplet: D6, 69 and A8. RGB value is (214,105,168). Sum of RGB (Red+Green+Blue) = 214+105+168=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D669A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669A8 is #299657. Grayscale: #909090. Windows color (decimal): -2725464 or 11037142. OLE color: 11037142.
HSL color Cylindrical-coordinate representation of color #D669A8: hue angle of 325.32º 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 #D669A8 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 168 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.16 |
| HSL | 325.32º | 0.57% | 0.63% | - |
| HSV(B) | 325.32º | 0.51% | 0.84% | - |
| XYZ | 39.85 | 27.23 | 40.2 | - |
| YUV | 144.77 | 141.11 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 168 | 0 | 0.51 | 0.21 | 0.16 | 325.32 | 0.57 | 0.63 |
| Hex | D6 | 69 | A8 | 0 | 33 | 15 | 10 | 145 | 39 | 3F |
| Octal | 326 | 151 | 250 | 0 | 63 | 25 | 20 | 505 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10101000 | 0 | 110011 | 10101 | 10000 | 101000101 | 111001 | 111111 |
Color Harmonies of #D669A8
Complementary color
Monochromatic Colors of #D669A8
Black with #D669A8
Text Example
Text Example
White with #D669A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669A8; }
p { color: rgb(214,105,168); }
H1.HeaderClassName
{
color: #D669A8;
}
.AnyTagClassName
{
color: #D669A8;
}
</style>
background-color css
<style>
a { background-color: #D669A8; }
a { background-color: rgb(214,105,168); }
div.DivClassName
{
background-color: #D669A8;
}
.BgClassName
{
background-color: #D669A8;
}
</style>
border-color css
<style>
span { border-color: #D669A8; }
span { border-color: rgb(214,105,168); }
td.TdClassName
{
border-color: #D669A8;
}
.TagClassName
{
border-color: #D669A8;
}
</style>