Shades of Fuchsia #D045C7
Tints of Fuchsia #D045C7
RGB
CMYK
RGB Variations
Color information
#D045C7 (or 0xD045C7) is known color: Fuchsia. HEX triplet: D0, 45 and C7. RGB value is (208,69,199). Sum of RGB (Red+Green+Blue) = 208+69+199=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C7 is #2FBA38. Grayscale: #7D7D7D. Windows color (decimal): -3127865 or 13059536. OLE color: 13059536.
HSL color Cylindrical-coordinate representation of color #D045C7: hue angle of 303.88º 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 #D045C7 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 199 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.18 |
| HSL | 303.88º | 0.6% | 0.54% | - |
| HSV(B) | 303.88º | 0.67% | 0.82% | - |
| XYZ | 38.45 | 21.79 | 56.21 | - |
| YUV | 125.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 199 | 0 | 0.67 | 0.04 | 0.18 | 303.88 | 0.6 | 0.54 |
| Hex | D0 | 45 | C7 | 0 | 43 | 4 | 12 | 130 | 3C | 36 |
| Octal | 320 | 105 | 307 | 0 | 103 | 4 | 22 | 460 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11000111 | 0 | 1000011 | 100 | 10010 | 100110000 | 111100 | 110110 |
Color Harmonies of #D045C7
Complementary color
Monochromatic Colors of #D045C7
Black with #D045C7
Text Example
Text Example
White with #D045C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045C7; }
p { color: rgb(208,69,199); }
H1.HeaderClassName
{
color: #D045C7;
}
.AnyTagClassName
{
color: #D045C7;
}
</style>
background-color css
<style>
a { background-color: #D045C7; }
a { background-color: rgb(208,69,199); }
div.DivClassName
{
background-color: #D045C7;
}
.BgClassName
{
background-color: #D045C7;
}
</style>
border-color css
<style>
span { border-color: #D045C7; }
span { border-color: rgb(208,69,199); }
td.TdClassName
{
border-color: #D045C7;
}
.TagClassName
{
border-color: #D045C7;
}
</style>