Shades of Fuchsia #D038AD
Tints of Fuchsia #D038AD
RGB
CMYK
RGB Variations
Color information
#D038AD (or 0xD038AD) is known color: Fuchsia. HEX triplet: D0, 38 and AD. RGB value is (208,56,173). Sum of RGB (Red+Green+Blue) = 208+56+173=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D038AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D038AD is #2FC752. Grayscale: #727272. Windows color (decimal): -3131219 or 11352272. OLE color: 11352272.
HSL color Cylindrical-coordinate representation of color #D038AD: hue angle of 313.82º 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 #D038AD is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 173 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.18 |
| HSL | 313.82º | 0.62% | 0.52% | - |
| HSV(B) | 313.82º | 0.73% | 0.82% | - |
| XYZ | 34.97 | 19.26 | 41.41 | - |
| YUV | 114.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 173 | 0 | 0.73 | 0.17 | 0.18 | 313.82 | 0.62 | 0.52 |
| Hex | D0 | 38 | AD | 0 | 49 | 11 | 12 | 13A | 3E | 34 |
| Octal | 320 | 70 | 255 | 0 | 111 | 21 | 22 | 472 | 76 | 64 |
| Binary | 11010000 | 111000 | 10101101 | 0 | 1001001 | 10001 | 10010 | 100111010 | 111110 | 110100 |
Color Harmonies of #D038AD
Complementary color
Monochromatic Colors of #D038AD
Black with #D038AD
Text Example
Text Example
White with #D038AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038AD; }
p { color: rgb(208,56,173); }
H1.HeaderClassName
{
color: #D038AD;
}
.AnyTagClassName
{
color: #D038AD;
}
</style>
background-color css
<style>
a { background-color: #D038AD; }
a { background-color: rgb(208,56,173); }
div.DivClassName
{
background-color: #D038AD;
}
.BgClassName
{
background-color: #D038AD;
}
</style>
border-color css
<style>
span { border-color: #D038AD; }
span { border-color: rgb(208,56,173); }
td.TdClassName
{
border-color: #D038AD;
}
.TagClassName
{
border-color: #D038AD;
}
</style>