Shades of Fuchsia #D039BD
Tints of Fuchsia #D039BD
RGB
CMYK
RGB Variations
Color information
#D039BD (or 0xD039BD) is known color: Fuchsia. HEX triplet: D0, 39 and BD. RGB value is (208,57,189). Sum of RGB (Red+Green+Blue) = 208+57+189=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D039BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039BD is #2FC642. Grayscale: #747474. Windows color (decimal): -3130947 or 12401104. OLE color: 12401104.
HSL color Cylindrical-coordinate representation of color #D039BD: hue angle of 307.55º 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 #D039BD is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 189 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.18 |
| HSL | 307.55º | 0.62% | 0.52% | - |
| HSV(B) | 307.55º | 0.73% | 0.82% | - |
| XYZ | 36.66 | 20.01 | 50.07 | - |
| YUV | 117.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 189 | 0 | 0.73 | 0.09 | 0.18 | 307.55 | 0.62 | 0.52 |
| Hex | D0 | 39 | BD | 0 | 49 | 9 | 12 | 134 | 3E | 34 |
| Octal | 320 | 71 | 275 | 0 | 111 | 11 | 22 | 464 | 76 | 64 |
| Binary | 11010000 | 111001 | 10111101 | 0 | 1001001 | 1001 | 10010 | 100110100 | 111110 | 110100 |
Color Harmonies of #D039BD
Complementary color
Monochromatic Colors of #D039BD
Black with #D039BD
Text Example
Text Example
White with #D039BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039BD; }
p { color: rgb(208,57,189); }
H1.HeaderClassName
{
color: #D039BD;
}
.AnyTagClassName
{
color: #D039BD;
}
</style>
background-color css
<style>
a { background-color: #D039BD; }
a { background-color: rgb(208,57,189); }
div.DivClassName
{
background-color: #D039BD;
}
.BgClassName
{
background-color: #D039BD;
}
</style>
border-color css
<style>
span { border-color: #D039BD; }
span { border-color: rgb(208,57,189); }
td.TdClassName
{
border-color: #D039BD;
}
.TagClassName
{
border-color: #D039BD;
}
</style>