Shades of Fuchsia #D038BA
Tints of Fuchsia #D038BA
RGB
CMYK
RGB Variations
Color information
#D038BA (or 0xD038BA) is known color: Fuchsia. HEX triplet: D0, 38 and BA. RGB value is (208,56,186). Sum of RGB (Red+Green+Blue) = 208+56+186=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D038BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038BA is #2FC745. Grayscale: #737373. Windows color (decimal): -3131206 or 12204240. OLE color: 12204240.
HSL color Cylindrical-coordinate representation of color #D038BA: hue angle of 308.68º 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 #D038BA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 186 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.18 |
| HSL | 308.68º | 0.62% | 0.52% | - |
| HSV(B) | 308.68º | 0.73% | 0.82% | - |
| XYZ | 36.29 | 19.78 | 48.36 | - |
| YUV | 116.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 186 | 0 | 0.73 | 0.11 | 0.18 | 308.68 | 0.62 | 0.52 |
| Hex | D0 | 38 | BA | 0 | 49 | B | 12 | 135 | 3E | 34 |
| Octal | 320 | 70 | 272 | 0 | 111 | 13 | 22 | 465 | 76 | 64 |
| Binary | 11010000 | 111000 | 10111010 | 0 | 1001001 | 1011 | 10010 | 100110101 | 111110 | 110100 |
Color Harmonies of #D038BA
Complementary color
Monochromatic Colors of #D038BA
Black with #D038BA
Text Example
Text Example
White with #D038BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038BA; }
p { color: rgb(208,56,186); }
H1.HeaderClassName
{
color: #D038BA;
}
.AnyTagClassName
{
color: #D038BA;
}
</style>
background-color css
<style>
a { background-color: #D038BA; }
a { background-color: rgb(208,56,186); }
div.DivClassName
{
background-color: #D038BA;
}
.BgClassName
{
background-color: #D038BA;
}
</style>
border-color css
<style>
span { border-color: #D038BA; }
span { border-color: rgb(208,56,186); }
td.TdClassName
{
border-color: #D038BA;
}
.TagClassName
{
border-color: #D038BA;
}
</style>