Shades of Hopbush #D669AE
Tints of Hopbush #D669AE
RGB
CMYK
RGB Variations
Color information
#D669AE (or 0xD669AE) is known color: Hopbush. HEX triplet: D6, 69 and AE. RGB value is (214,105,174). Sum of RGB (Red+Green+Blue) = 214+105+174=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D669AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D669AE is #299651. Grayscale: #919191. Windows color (decimal): -2725458 or 11430358. OLE color: 11430358.
HSL color Cylindrical-coordinate representation of color #D669AE: hue angle of 322.02º 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 #D669AE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 174 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.16 |
| HSL | 322.02º | 0.57% | 0.63% | - |
| HSV(B) | 322.02º | 0.51% | 0.84% | - |
| XYZ | 40.42 | 27.46 | 43.21 | - |
| YUV | 145.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 174 | 0 | 0.51 | 0.19 | 0.16 | 322.02 | 0.57 | 0.63 |
| Hex | D6 | 69 | AE | 0 | 33 | 13 | 10 | 142 | 39 | 3F |
| Octal | 326 | 151 | 256 | 0 | 63 | 23 | 20 | 502 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10101110 | 0 | 110011 | 10011 | 10000 | 101000010 | 111001 | 111111 |
Color Harmonies of #D669AE
Complementary color
Monochromatic Colors of #D669AE
Black with #D669AE
Text Example
Text Example
White with #D669AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669AE; }
p { color: rgb(214,105,174); }
H1.HeaderClassName
{
color: #D669AE;
}
.AnyTagClassName
{
color: #D669AE;
}
</style>
background-color css
<style>
a { background-color: #D669AE; }
a { background-color: rgb(214,105,174); }
div.DivClassName
{
background-color: #D669AE;
}
.BgClassName
{
background-color: #D669AE;
}
</style>
border-color css
<style>
span { border-color: #D669AE; }
span { border-color: rgb(214,105,174); }
td.TdClassName
{
border-color: #D669AE;
}
.TagClassName
{
border-color: #D669AE;
}
</style>