Shades of Hopbush #D66DB3
Tints of Hopbush #D66DB3
RGB
CMYK
RGB Variations
Color information
#D66DB3 (or 0xD66DB3) is known color: Hopbush. HEX triplet: D6, 6D and B3. RGB value is (214,109,179). Sum of RGB (Red+Green+Blue) = 214+109+179=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DB3 is #29924C. Grayscale: #949494. Windows color (decimal): -2724429 or 11759062. OLE color: 11759062.
HSL color Cylindrical-coordinate representation of color #D66DB3: hue angle of 320º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DB3 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 179 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.16 |
| HSL | 320º | 0.56% | 0.63% | - |
| HSV(B) | 320º | 0.49% | 0.84% | - |
| XYZ | 41.34 | 28.49 | 45.97 | - |
| YUV | 148.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 179 | 0 | 0.49 | 0.16 | 0.16 | 320 | 0.56 | 0.63 |
| Hex | D6 | 6D | B3 | 0 | 31 | 10 | 10 | 140 | 38 | 3F |
| Octal | 326 | 155 | 263 | 0 | 61 | 20 | 20 | 500 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10110011 | 0 | 110001 | 10000 | 10000 | 101000000 | 111000 | 111111 |
Color Harmonies of #D66DB3
Complementary color
Monochromatic Colors of #D66DB3
Black with #D66DB3
Text Example
Text Example
White with #D66DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DB3; }
p { color: rgb(214,109,179); }
H1.HeaderClassName
{
color: #D66DB3;
}
.AnyTagClassName
{
color: #D66DB3;
}
</style>
background-color css
<style>
a { background-color: #D66DB3; }
a { background-color: rgb(214,109,179); }
div.DivClassName
{
background-color: #D66DB3;
}
.BgClassName
{
background-color: #D66DB3;
}
</style>
border-color css
<style>
span { border-color: #D66DB3; }
span { border-color: rgb(214,109,179); }
td.TdClassName
{
border-color: #D66DB3;
}
.TagClassName
{
border-color: #D66DB3;
}
</style>