Shades of Fuchsia #D045D6
Tints of Fuchsia #D045D6
RGB
CMYK
RGB Variations
Color information
#D045D6 (or 0xD045D6) is known color: Fuchsia. HEX triplet: D0, 45 and D6. RGB value is (208,69,214). Sum of RGB (Red+Green+Blue) = 208+69+214=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #D045D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045D6 is #2FBA29. Grayscale: #7E7E7E. Windows color (decimal): -3127850 or 14042576. OLE color: 14042576.
HSL color Cylindrical-coordinate representation of color #D045D6: hue angle of 297.52º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D045D6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 69 | 214 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.16 |
| HSL | 297.52º | 0.64% | 0.55% | - |
| HSV(B) | 297.52º | 0.68% | 0.84% | - |
| XYZ | 40.28 | 22.52 | 65.84 | - |
| YUV | 127.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 214 | 0.03 | 0.68 | 0 | 0.16 | 297.52 | 0.64 | 0.55 |
| Hex | D0 | 45 | D6 | 3 | 44 | 0 | 10 | 12A | 40 | 37 |
| Octal | 320 | 105 | 326 | 3 | 104 | 0 | 20 | 452 | 100 | 67 |
| Binary | 11010000 | 1000101 | 11010110 | 11 | 1000100 | 0 | 10000 | 100101010 | 1000000 | 110111 |
Color Harmonies of #D045D6
Complementary color
Monochromatic Colors of #D045D6
Black with #D045D6
Text Example
Text Example
White with #D045D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045D6; }
p { color: rgb(208,69,214); }
H1.HeaderClassName
{
color: #D045D6;
}
.AnyTagClassName
{
color: #D045D6;
}
</style>
background-color css
<style>
a { background-color: #D045D6; }
a { background-color: rgb(208,69,214); }
div.DivClassName
{
background-color: #D045D6;
}
.BgClassName
{
background-color: #D045D6;
}
</style>
border-color css
<style>
span { border-color: #D045D6; }
span { border-color: rgb(208,69,214); }
td.TdClassName
{
border-color: #D045D6;
}
.TagClassName
{
border-color: #D045D6;
}
</style>