Shades of Fuchsia #D039B5
Tints of Fuchsia #D039B5
RGB
CMYK
RGB Variations
Color information
#D039B5 (or 0xD039B5) is known color: Fuchsia. HEX triplet: D0, 39 and B5. RGB value is (208,57,181). Sum of RGB (Red+Green+Blue) = 208+57+181=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D039B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039B5 is #2FC64A. Grayscale: #737373. Windows color (decimal): -3130955 or 11876816. OLE color: 11876816.
HSL color Cylindrical-coordinate representation of color #D039B5: hue angle of 310.73º 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 #D039B5 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 57 | 181 | - |
CMYK | 0 | 0.73 | 0.13 | 0.18 |
HSL | 310.73º | 0.62% | 0.52% | - |
HSV(B) | 310.73º | 0.73% | 0.82% | - |
XYZ | 35.82 | 19.67 | 45.63 | - |
YUV | 116.29 | 164.53 | 193.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 57 | 181 | 0 | 0.73 | 0.13 | 0.18 | 310.73 | 0.62 | 0.52 |
Hex | D0 | 39 | B5 | 0 | 49 | D | 12 | 137 | 3E | 34 |
Octal | 320 | 71 | 265 | 0 | 111 | 15 | 22 | 467 | 76 | 64 |
Binary | 11010000 | 111001 | 10110101 | 0 | 1001001 | 1101 | 10010 | 100110111 | 111110 | 110100 |
Color Harmonies of #D039B5
Complementary color
Monochromatic Colors of #D039B5
Black with #D039B5
Text Example
Text Example
White with #D039B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039B5; }
p { color: rgb(208,57,181); }
H1.HeaderClassName
{
color: #D039B5;
}
.AnyTagClassName
{
color: #D039B5;
}
</style>
background-color css
<style>
a { background-color: #D039B5; }
a { background-color: rgb(208,57,181); }
div.DivClassName
{
background-color: #D039B5;
}
.BgClassName
{
background-color: #D039B5;
}
</style>
border-color css
<style>
span { border-color: #D039B5; }
span { border-color: rgb(208,57,181); }
td.TdClassName
{
border-color: #D039B5;
}
.TagClassName
{
border-color: #D039B5;
}
</style>