Shades of Fuchsia #D06AB4
Tints of Fuchsia #D06AB4
RGB
CMYK
RGB Variations
Color information
#D06AB4 (or 0xD06AB4) is known color: Fuchsia. HEX triplet: D0, 6A and B4. RGB value is (208,106,180). Sum of RGB (Red+Green+Blue) = 208+106+180=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AB4 is #2F954B. Grayscale: #909090. Windows color (decimal): -3118412 or 11823824. OLE color: 11823824.
HSL color Cylindrical-coordinate representation of color #D06AB4: hue angle of 316.47º 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 #D06AB4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 180 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.18 |
| HSL | 316.47º | 0.52% | 0.62% | - |
| HSV(B) | 316.47º | 0.49% | 0.82% | - |
| XYZ | 39.4 | 27.01 | 46.32 | - |
| YUV | 144.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 180 | 0 | 0.49 | 0.13 | 0.18 | 316.47 | 0.52 | 0.62 |
| Hex | D0 | 6A | B4 | 0 | 31 | D | 12 | 13C | 34 | 3E |
| Octal | 320 | 152 | 264 | 0 | 61 | 15 | 22 | 474 | 64 | 76 |
| Binary | 11010000 | 1101010 | 10110100 | 0 | 110001 | 1101 | 10010 | 100111100 | 110100 | 111110 |
Color Harmonies of #D06AB4
Complementary color
Monochromatic Colors of #D06AB4
Black with #D06AB4
Text Example
Text Example
White with #D06AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AB4; }
p { color: rgb(208,106,180); }
H1.HeaderClassName
{
color: #D06AB4;
}
.AnyTagClassName
{
color: #D06AB4;
}
</style>
background-color css
<style>
a { background-color: #D06AB4; }
a { background-color: rgb(208,106,180); }
div.DivClassName
{
background-color: #D06AB4;
}
.BgClassName
{
background-color: #D06AB4;
}
</style>
border-color css
<style>
span { border-color: #D06AB4; }
span { border-color: rgb(208,106,180); }
td.TdClassName
{
border-color: #D06AB4;
}
.TagClassName
{
border-color: #D06AB4;
}
</style>