Shades of Fuchsia #D06DB3
Tints of Fuchsia #D06DB3
RGB
CMYK
RGB Variations
Color information
#D06DB3 (or 0xD06DB3) is known color: Fuchsia. HEX triplet: D0, 6D and B3. RGB value is (208,109,179). Sum of RGB (Red+Green+Blue) = 208+109+179=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DB3 is #2F924C. Grayscale: #929292. Windows color (decimal): -3117645 or 11759056. OLE color: 11759056.
HSL color Cylindrical-coordinate representation of color #D06DB3: hue angle of 317.58º 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 #D06DB3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 179 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.58º | 0.51% | 0.62% | - |
| HSV(B) | 317.58º | 0.48% | 0.82% | - |
| XYZ | 39.62 | 27.6 | 45.89 | - |
| YUV | 146.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 179 | 0 | 0.48 | 0.14 | 0.18 | 317.58 | 0.51 | 0.62 |
| Hex | D0 | 6D | B3 | 0 | 30 | E | 12 | 13E | 33 | 3E |
| Octal | 320 | 155 | 263 | 0 | 60 | 16 | 22 | 476 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10110011 | 0 | 110000 | 1110 | 10010 | 100111110 | 110011 | 111110 |
Color Harmonies of #D06DB3
Complementary color
Monochromatic Colors of #D06DB3
Black with #D06DB3
Text Example
Text Example
White with #D06DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DB3; }
p { color: rgb(208,109,179); }
H1.HeaderClassName
{
color: #D06DB3;
}
.AnyTagClassName
{
color: #D06DB3;
}
</style>
background-color css
<style>
a { background-color: #D06DB3; }
a { background-color: rgb(208,109,179); }
div.DivClassName
{
background-color: #D06DB3;
}
.BgClassName
{
background-color: #D06DB3;
}
</style>
border-color css
<style>
span { border-color: #D06DB3; }
span { border-color: rgb(208,109,179); }
td.TdClassName
{
border-color: #D06DB3;
}
.TagClassName
{
border-color: #D06DB3;
}
</style>