Shades of Fuchsia #D045C8
Tints of Fuchsia #D045C8
RGB
CMYK
RGB Variations
Color information
#D045C8 (or 0xD045C8) is known color: Fuchsia. HEX triplet: D0, 45 and C8. RGB value is (208,69,200). Sum of RGB (Red+Green+Blue) = 208+69+200=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C8 is #2FBA37. Grayscale: #7D7D7D. Windows color (decimal): -3127864 or 13125072. OLE color: 13125072.
HSL color Cylindrical-coordinate representation of color #D045C8: hue angle of 303.45º 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 #D045C8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 200 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.18 |
| HSL | 303.45º | 0.6% | 0.54% | - |
| HSV(B) | 303.45º | 0.67% | 0.82% | - |
| XYZ | 38.57 | 21.84 | 56.83 | - |
| YUV | 125.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 200 | 0 | 0.67 | 0.04 | 0.18 | 303.45 | 0.6 | 0.54 |
| Hex | D0 | 45 | C8 | 0 | 43 | 4 | 12 | 12F | 3C | 36 |
| Octal | 320 | 105 | 310 | 0 | 103 | 4 | 22 | 457 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11001000 | 0 | 1000011 | 100 | 10010 | 100101111 | 111100 | 110110 |
Color Harmonies of #D045C8
Complementary color
Monochromatic Colors of #D045C8
Black with #D045C8
Text Example
Text Example
White with #D045C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045C8; }
p { color: rgb(208,69,200); }
H1.HeaderClassName
{
color: #D045C8;
}
.AnyTagClassName
{
color: #D045C8;
}
</style>
background-color css
<style>
a { background-color: #D045C8; }
a { background-color: rgb(208,69,200); }
div.DivClassName
{
background-color: #D045C8;
}
.BgClassName
{
background-color: #D045C8;
}
</style>
border-color css
<style>
span { border-color: #D045C8; }
span { border-color: rgb(208,69,200); }
td.TdClassName
{
border-color: #D045C8;
}
.TagClassName
{
border-color: #D045C8;
}
</style>