Shades of Fuchsia #D045C1
Tints of Fuchsia #D045C1
RGB
CMYK
RGB Variations
Color information
#D045C1 (or 0xD045C1) is known color: Fuchsia. HEX triplet: D0, 45 and C1. RGB value is (208,69,193). Sum of RGB (Red+Green+Blue) = 208+69+193=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C1 is #2FBA3E. Grayscale: #7C7C7C. Windows color (decimal): -3127871 or 12666320. OLE color: 12666320.
HSL color Cylindrical-coordinate representation of color #D045C1: hue angle of 306.47º 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 #D045C1 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 193 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.18 |
| HSL | 306.47º | 0.6% | 0.54% | - |
| HSV(B) | 306.47º | 0.67% | 0.82% | - |
| XYZ | 37.77 | 21.52 | 52.61 | - |
| YUV | 124.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 193 | 0 | 0.67 | 0.07 | 0.18 | 306.47 | 0.6 | 0.54 |
| Hex | D0 | 45 | C1 | 0 | 43 | 7 | 12 | 132 | 3C | 36 |
| Octal | 320 | 105 | 301 | 0 | 103 | 7 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11000001 | 0 | 1000011 | 111 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D045C1
Complementary color
Monochromatic Colors of #D045C1
Black with #D045C1
Text Example
Text Example
White with #D045C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045C1; }
p { color: rgb(208,69,193); }
H1.HeaderClassName
{
color: #D045C1;
}
.AnyTagClassName
{
color: #D045C1;
}
</style>
background-color css
<style>
a { background-color: #D045C1; }
a { background-color: rgb(208,69,193); }
div.DivClassName
{
background-color: #D045C1;
}
.BgClassName
{
background-color: #D045C1;
}
</style>
border-color css
<style>
span { border-color: #D045C1; }
span { border-color: rgb(208,69,193); }
td.TdClassName
{
border-color: #D045C1;
}
.TagClassName
{
border-color: #D045C1;
}
</style>