Shades of Fuchsia #D04DBD
Tints of Fuchsia #D04DBD
RGB
CMYK
RGB Variations
Color information
#D04DBD (or 0xD04DBD) is known color: Fuchsia. HEX triplet: D0, 4D and BD. RGB value is (208,77,189). Sum of RGB (Red+Green+Blue) = 208+77+189=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DBD is #2FB242. Grayscale: #808080. Windows color (decimal): -3125827 or 12406224. OLE color: 12406224.
HSL color Cylindrical-coordinate representation of color #D04DBD: hue angle of 308.7º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DBD is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 189 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.18 |
| HSL | 308.7º | 0.58% | 0.56% | - |
| HSV(B) | 308.7º | 0.63% | 0.82% | - |
| XYZ | 37.85 | 22.39 | 50.47 | - |
| YUV | 128.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 189 | 0 | 0.63 | 0.09 | 0.18 | 308.7 | 0.58 | 0.56 |
| Hex | D0 | 4D | BD | 0 | 3F | 9 | 12 | 135 | 3A | 38 |
| Octal | 320 | 115 | 275 | 0 | 77 | 11 | 22 | 465 | 72 | 70 |
| Binary | 11010000 | 1001101 | 10111101 | 0 | 111111 | 1001 | 10010 | 100110101 | 111010 | 111000 |
Color Harmonies of #D04DBD
Complementary color
Monochromatic Colors of #D04DBD
Black with #D04DBD
Text Example
Text Example
White with #D04DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DBD; }
p { color: rgb(208,77,189); }
H1.HeaderClassName
{
color: #D04DBD;
}
.AnyTagClassName
{
color: #D04DBD;
}
</style>
background-color css
<style>
a { background-color: #D04DBD; }
a { background-color: rgb(208,77,189); }
div.DivClassName
{
background-color: #D04DBD;
}
.BgClassName
{
background-color: #D04DBD;
}
</style>
border-color css
<style>
span { border-color: #D04DBD; }
span { border-color: rgb(208,77,189); }
td.TdClassName
{
border-color: #D04DBD;
}
.TagClassName
{
border-color: #D04DBD;
}
</style>