Shades of Fuchsia #D045CE
Tints of Fuchsia #D045CE
RGB
CMYK
RGB Variations
Color information
#D045CE (or 0xD045CE) is known color: Fuchsia. HEX triplet: D0, 45 and CE. RGB value is (208,69,206). Sum of RGB (Red+Green+Blue) = 208+69+206=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D045CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045CE is #2FBA31. Grayscale: #7D7D7D. Windows color (decimal): -3127858 or 13518288. OLE color: 13518288.
HSL color Cylindrical-coordinate representation of color #D045CE: hue angle of 300.86º 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 #D045CE is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 206 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.18 |
| HSL | 300.86º | 0.6% | 0.54% | - |
| HSV(B) | 300.86º | 0.67% | 0.82% | - |
| XYZ | 39.28 | 22.12 | 60.59 | - |
| YUV | 126.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 206 | 0 | 0.67 | 0.01 | 0.18 | 300.86 | 0.6 | 0.54 |
| Hex | D0 | 45 | CE | 0 | 43 | 1 | 12 | 12D | 3C | 36 |
| Octal | 320 | 105 | 316 | 0 | 103 | 1 | 22 | 455 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11001110 | 0 | 1000011 | 1 | 10010 | 100101101 | 111100 | 110110 |
Color Harmonies of #D045CE
Complementary color
Monochromatic Colors of #D045CE
Black with #D045CE
Text Example
Text Example
White with #D045CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045CE; }
p { color: rgb(208,69,206); }
H1.HeaderClassName
{
color: #D045CE;
}
.AnyTagClassName
{
color: #D045CE;
}
</style>
background-color css
<style>
a { background-color: #D045CE; }
a { background-color: rgb(208,69,206); }
div.DivClassName
{
background-color: #D045CE;
}
.BgClassName
{
background-color: #D045CE;
}
</style>
border-color css
<style>
span { border-color: #D045CE; }
span { border-color: rgb(208,69,206); }
td.TdClassName
{
border-color: #D045CE;
}
.TagClassName
{
border-color: #D045CE;
}
</style>