Shades of Fuchsia #D045BA
Tints of Fuchsia #D045BA
RGB
CMYK
RGB Variations
Color information
#D045BA (or 0xD045BA) is known color: Fuchsia. HEX triplet: D0, 45 and BA. RGB value is (208,69,186). Sum of RGB (Red+Green+Blue) = 208+69+186=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D045BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045BA is #2FBA45. Grayscale: #7B7B7B. Windows color (decimal): -3127878 or 12207568. OLE color: 12207568.
HSL color Cylindrical-coordinate representation of color #D045BA: hue angle of 309.5º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045BA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 186 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.18 |
| HSL | 309.5º | 0.6% | 0.54% | - |
| HSV(B) | 309.5º | 0.67% | 0.82% | - |
| XYZ | 37 | 21.21 | 48.6 | - |
| YUV | 123.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 186 | 0 | 0.67 | 0.11 | 0.18 | 309.5 | 0.6 | 0.54 |
| Hex | D0 | 45 | BA | 0 | 43 | B | 12 | 135 | 3C | 36 |
| Octal | 320 | 105 | 272 | 0 | 103 | 13 | 22 | 465 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10111010 | 0 | 1000011 | 1011 | 10010 | 100110101 | 111100 | 110110 |
Color Harmonies of #D045BA
Complementary color
Monochromatic Colors of #D045BA
Black with #D045BA
Text Example
Text Example
White with #D045BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045BA; }
p { color: rgb(208,69,186); }
H1.HeaderClassName
{
color: #D045BA;
}
.AnyTagClassName
{
color: #D045BA;
}
</style>
background-color css
<style>
a { background-color: #D045BA; }
a { background-color: rgb(208,69,186); }
div.DivClassName
{
background-color: #D045BA;
}
.BgClassName
{
background-color: #D045BA;
}
</style>
border-color css
<style>
span { border-color: #D045BA; }
span { border-color: rgb(208,69,186); }
td.TdClassName
{
border-color: #D045BA;
}
.TagClassName
{
border-color: #D045BA;
}
</style>