Shades of Fuchsia #D06DB4
Tints of Fuchsia #D06DB4
RGB
CMYK
RGB Variations
Color information
#D06DB4 (or 0xD06DB4) is known color: Fuchsia. HEX triplet: D0, 6D and B4. RGB value is (208,109,180). Sum of RGB (Red+Green+Blue) = 208+109+180=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DB4 is #2F924B. Grayscale: #929292. Windows color (decimal): -3117644 or 11824592. OLE color: 11824592.
HSL color Cylindrical-coordinate representation of color #D06DB4: hue angle of 316.97º 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 #D06DB4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 180 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.18 |
| HSL | 316.97º | 0.51% | 0.62% | - |
| HSV(B) | 316.97º | 0.48% | 0.82% | - |
| XYZ | 39.72 | 27.64 | 46.42 | - |
| YUV | 146.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 180 | 0 | 0.48 | 0.13 | 0.18 | 316.97 | 0.51 | 0.62 |
| Hex | D0 | 6D | B4 | 0 | 30 | D | 12 | 13D | 33 | 3E |
| Octal | 320 | 155 | 264 | 0 | 60 | 15 | 22 | 475 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10110100 | 0 | 110000 | 1101 | 10010 | 100111101 | 110011 | 111110 |
Color Harmonies of #D06DB4
Complementary color
Monochromatic Colors of #D06DB4
Black with #D06DB4
Text Example
Text Example
White with #D06DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DB4; }
p { color: rgb(208,109,180); }
H1.HeaderClassName
{
color: #D06DB4;
}
.AnyTagClassName
{
color: #D06DB4;
}
</style>
background-color css
<style>
a { background-color: #D06DB4; }
a { background-color: rgb(208,109,180); }
div.DivClassName
{
background-color: #D06DB4;
}
.BgClassName
{
background-color: #D06DB4;
}
</style>
border-color css
<style>
span { border-color: #D06DB4; }
span { border-color: rgb(208,109,180); }
td.TdClassName
{
border-color: #D06DB4;
}
.TagClassName
{
border-color: #D06DB4;
}
</style>