Shades of Fuchsia #D06AB8
Tints of Fuchsia #D06AB8
RGB
CMYK
RGB Variations
Color information
#D06AB8 (or 0xD06AB8) is known color: Fuchsia. HEX triplet: D0, 6A and B8. RGB value is (208,106,184). Sum of RGB (Red+Green+Blue) = 208+106+184=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AB8 is #2F9547. Grayscale: #919191. Windows color (decimal): -3118408 or 12085968. OLE color: 12085968.
HSL color Cylindrical-coordinate representation of color #D06AB8: hue angle of 314.12º 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 #D06AB8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 184 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.18 |
| HSL | 314.12º | 0.52% | 0.62% | - |
| HSV(B) | 314.12º | 0.49% | 0.82% | - |
| XYZ | 39.82 | 27.18 | 48.49 | - |
| YUV | 145.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 184 | 0 | 0.49 | 0.12 | 0.18 | 314.12 | 0.52 | 0.62 |
| Hex | D0 | 6A | B8 | 0 | 31 | C | 12 | 13A | 34 | 3E |
| Octal | 320 | 152 | 270 | 0 | 61 | 14 | 22 | 472 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10111000 | 0 | 110001 | 1100 | 10010 | 100111010 | 110100 | 111110 |
Color Harmonies of #D06AB8
Complementary color
Monochromatic Colors of #D06AB8
Black with #D06AB8
Text Example
Text Example
White with #D06AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AB8; }
p { color: rgb(208,106,184); }
H1.HeaderClassName
{
color: #D06AB8;
}
.AnyTagClassName
{
color: #D06AB8;
}
</style>
background-color css
<style>
a { background-color: #D06AB8; }
a { background-color: rgb(208,106,184); }
div.DivClassName
{
background-color: #D06AB8;
}
.BgClassName
{
background-color: #D06AB8;
}
</style>
border-color css
<style>
span { border-color: #D06AB8; }
span { border-color: rgb(208,106,184); }
td.TdClassName
{
border-color: #D06AB8;
}
.TagClassName
{
border-color: #D06AB8;
}
</style>