Shades of Fuchsia #D06ABB
Tints of Fuchsia #D06ABB
RGB
CMYK
RGB Variations
Color information
#D06ABB (or 0xD06ABB) is known color: Fuchsia. HEX triplet: D0, 6A and BB. RGB value is (208,106,187). Sum of RGB (Red+Green+Blue) = 208+106+187=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ABB is #2F9544. Grayscale: #919191. Windows color (decimal): -3118405 or 12282576. OLE color: 12282576.
HSL color Cylindrical-coordinate representation of color #D06ABB: hue angle of 312.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ABB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 187 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.18 |
| HSL | 312.35º | 0.52% | 0.62% | - |
| HSV(B) | 312.35º | 0.49% | 0.82% | - |
| XYZ | 40.14 | 27.31 | 50.17 | - |
| YUV | 145.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 187 | 0 | 0.49 | 0.10 | 0.18 | 312.35 | 0.52 | 0.62 |
| Hex | D0 | 6A | BB | 0 | 31 | A | 12 | 138 | 34 | 3E |
| Octal | 320 | 152 | 273 | 0 | 61 | 12 | 22 | 470 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10111011 | 0 | 110001 | 1010 | 10010 | 100111000 | 110100 | 111110 |
Color Harmonies of #D06ABB
Complementary color
Monochromatic Colors of #D06ABB
Black with #D06ABB
Text Example
Text Example
White with #D06ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ABB; }
p { color: rgb(208,106,187); }
H1.HeaderClassName
{
color: #D06ABB;
}
.AnyTagClassName
{
color: #D06ABB;
}
</style>
background-color css
<style>
a { background-color: #D06ABB; }
a { background-color: rgb(208,106,187); }
div.DivClassName
{
background-color: #D06ABB;
}
.BgClassName
{
background-color: #D06ABB;
}
</style>
border-color css
<style>
span { border-color: #D06ABB; }
span { border-color: rgb(208,106,187); }
td.TdClassName
{
border-color: #D06ABB;
}
.TagClassName
{
border-color: #D06ABB;
}
</style>