Shades of Hopbush #D669B3
Tints of Hopbush #D669B3
RGB
CMYK
RGB Variations
Color information
#D669B3 (or 0xD669B3) is known color: Hopbush. HEX triplet: D6, 69 and B3. RGB value is (214,105,179). Sum of RGB (Red+Green+Blue) = 214+105+179=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669B3 is #29964C. Grayscale: #919191. Windows color (decimal): -2725453 or 11758038. OLE color: 11758038.
HSL color Cylindrical-coordinate representation of color #D669B3: hue angle of 319.27º 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 #D669B3 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 179 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.16 |
| HSL | 319.27º | 0.57% | 0.63% | - |
| HSV(B) | 319.27º | 0.51% | 0.84% | - |
| XYZ | 40.92 | 27.65 | 45.83 | - |
| YUV | 146.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 179 | 0 | 0.51 | 0.16 | 0.16 | 319.27 | 0.57 | 0.63 |
| Hex | D6 | 69 | B3 | 0 | 33 | 10 | 10 | 13F | 39 | 3F |
| Octal | 326 | 151 | 263 | 0 | 63 | 20 | 20 | 477 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10110011 | 0 | 110011 | 10000 | 10000 | 100111111 | 111001 | 111111 |
Color Harmonies of #D669B3
Complementary color
Monochromatic Colors of #D669B3
Black with #D669B3
Text Example
Text Example
White with #D669B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669B3; }
p { color: rgb(214,105,179); }
H1.HeaderClassName
{
color: #D669B3;
}
.AnyTagClassName
{
color: #D669B3;
}
</style>
background-color css
<style>
a { background-color: #D669B3; }
a { background-color: rgb(214,105,179); }
div.DivClassName
{
background-color: #D669B3;
}
.BgClassName
{
background-color: #D669B3;
}
</style>
border-color css
<style>
span { border-color: #D669B3; }
span { border-color: rgb(214,105,179); }
td.TdClassName
{
border-color: #D669B3;
}
.TagClassName
{
border-color: #D669B3;
}
</style>