Shades of Fuchsia #D06DB6
Tints of Fuchsia #D06DB6
RGB
CMYK
RGB Variations
Color information
#D06DB6 (or 0xD06DB6) is known color: Fuchsia. HEX triplet: D0, 6D and B6. RGB value is (208,109,182). Sum of RGB (Red+Green+Blue) = 208+109+182=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DB6 is #2F9249. Grayscale: #929292. Windows color (decimal): -3117642 or 11955664. OLE color: 11955664.
HSL color Cylindrical-coordinate representation of color #D06DB6: hue angle of 315.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DB6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 182 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.18 |
| HSL | 315.76º | 0.51% | 0.62% | - |
| HSV(B) | 315.76º | 0.48% | 0.82% | - |
| XYZ | 39.92 | 27.72 | 47.5 | - |
| YUV | 146.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 182 | 0 | 0.48 | 0.12 | 0.18 | 315.76 | 0.51 | 0.62 |
| Hex | D0 | 6D | B6 | 0 | 30 | C | 12 | 13C | 33 | 3E |
| Octal | 320 | 155 | 266 | 0 | 60 | 14 | 22 | 474 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10110110 | 0 | 110000 | 1100 | 10010 | 100111100 | 110011 | 111110 |
Color Harmonies of #D06DB6
Complementary color
Monochromatic Colors of #D06DB6
Black with #D06DB6
Text Example
Text Example
White with #D06DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DB6; }
p { color: rgb(208,109,182); }
H1.HeaderClassName
{
color: #D06DB6;
}
.AnyTagClassName
{
color: #D06DB6;
}
</style>
background-color css
<style>
a { background-color: #D06DB6; }
a { background-color: rgb(208,109,182); }
div.DivClassName
{
background-color: #D06DB6;
}
.BgClassName
{
background-color: #D06DB6;
}
</style>
border-color css
<style>
span { border-color: #D06DB6; }
span { border-color: rgb(208,109,182); }
td.TdClassName
{
border-color: #D06DB6;
}
.TagClassName
{
border-color: #D06DB6;
}
</style>