Shades of Fuchsia #D038AC
Tints of Fuchsia #D038AC
RGB
CMYK
RGB Variations
Color information
#D038AC (or 0xD038AC) is known color: Fuchsia. HEX triplet: D0, 38 and AC. RGB value is (208,56,172). Sum of RGB (Red+Green+Blue) = 208+56+172=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D038AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038AC is #2FC753. Grayscale: #727272. Windows color (decimal): -3131220 or 11286736. OLE color: 11286736.
HSL color Cylindrical-coordinate representation of color #D038AC: hue angle of 314.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D038AC is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 172 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 314.21º | 0.62% | 0.52% | - |
| HSV(B) | 314.21º | 0.73% | 0.82% | - |
| XYZ | 34.87 | 19.22 | 40.9 | - |
| YUV | 114.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 172 | 0 | 0.73 | 0.17 | 0.18 | 314.21 | 0.62 | 0.52 |
| Hex | D0 | 38 | AC | 0 | 49 | 11 | 12 | 13A | 3E | 34 |
| Octal | 320 | 70 | 254 | 0 | 111 | 21 | 22 | 472 | 76 | 64 |
| Binary | 11010000 | 111000 | 10101100 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111110 | 110100 |
Color Harmonies of #D038AC
Complementary color
Monochromatic Colors of #D038AC
Black with #D038AC
Text Example
Text Example
White with #D038AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038AC; }
p { color: rgb(208,56,172); }
H1.HeaderClassName
{
color: #D038AC;
}
.AnyTagClassName
{
color: #D038AC;
}
</style>
background-color css
<style>
a { background-color: #D038AC; }
a { background-color: rgb(208,56,172); }
div.DivClassName
{
background-color: #D038AC;
}
.BgClassName
{
background-color: #D038AC;
}
</style>
border-color css
<style>
span { border-color: #D038AC; }
span { border-color: rgb(208,56,172); }
td.TdClassName
{
border-color: #D038AC;
}
.TagClassName
{
border-color: #D038AC;
}
</style>