Shades of Fuchsia #D038D0
Tints of Fuchsia #D038D0
RGB
CMYK
RGB Variations
Color information
#D038D0 (or 0xD038D0) is known color: Fuchsia. HEX triplet: D0, 38 and D0. RGB value is (208,56,208). Sum of RGB (Red+Green+Blue) = 208+56+208=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D038D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038D0 is #2FC72F. Grayscale: #767676. Windows color (decimal): -3131184 or 13646032. OLE color: 13646032.
HSL color Cylindrical-coordinate representation of color #D038D0: hue angle of 300º 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 #D038D0 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 208 | - |
| CMYK | 0 | 0.73 | 0 | 0.18 |
| HSL | 300º | 0.62% | 0.52% | - |
| HSV(B) | 300º | 0.73% | 0.82% | - |
| XYZ | 38.81 | 20.79 | 61.64 | - |
| YUV | 118.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 208 | 0 | 0.73 | 0 | 0.18 | 300 | 0.62 | 0.52 |
| Hex | D0 | 38 | D0 | 0 | 49 | 0 | 12 | 12C | 3E | 34 |
| Octal | 320 | 70 | 320 | 0 | 111 | 0 | 22 | 454 | 76 | 64 |
| Binary | 11010000 | 111000 | 11010000 | 0 | 1001001 | 0 | 10010 | 100101100 | 111110 | 110100 |
Color Harmonies of #D038D0
Complementary color
Monochromatic Colors of #D038D0
Black with #D038D0
Text Example
Text Example
White with #D038D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038D0; }
p { color: rgb(208,56,208); }
H1.HeaderClassName
{
color: #D038D0;
}
.AnyTagClassName
{
color: #D038D0;
}
</style>
background-color css
<style>
a { background-color: #D038D0; }
a { background-color: rgb(208,56,208); }
div.DivClassName
{
background-color: #D038D0;
}
.BgClassName
{
background-color: #D038D0;
}
</style>
border-color css
<style>
span { border-color: #D038D0; }
span { border-color: rgb(208,56,208); }
td.TdClassName
{
border-color: #D038D0;
}
.TagClassName
{
border-color: #D038D0;
}
</style>