Shades of Fuchsia #D045C3
Tints of Fuchsia #D045C3
RGB
CMYK
RGB Variations
Color information
#D045C3 (or 0xD045C3) is known color: Fuchsia. HEX triplet: D0, 45 and C3. RGB value is (208,69,195). Sum of RGB (Red+Green+Blue) = 208+69+195=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C3 is #2FBA3C. Grayscale: #7C7C7C. Windows color (decimal): -3127869 or 12797392. OLE color: 12797392.
HSL color Cylindrical-coordinate representation of color #D045C3: hue angle of 305.61º 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 #D045C3 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 195 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.18 |
| HSL | 305.61º | 0.6% | 0.54% | - |
| HSV(B) | 305.61º | 0.67% | 0.82% | - |
| XYZ | 37.99 | 21.61 | 53.8 | - |
| YUV | 124.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 195 | 0 | 0.67 | 0.06 | 0.18 | 305.61 | 0.6 | 0.54 |
| Hex | D0 | 45 | C3 | 0 | 43 | 6 | 12 | 132 | 3C | 36 |
| Octal | 320 | 105 | 303 | 0 | 103 | 6 | 22 | 462 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11000011 | 0 | 1000011 | 110 | 10010 | 100110010 | 111100 | 110110 |
Color Harmonies of #D045C3
Complementary color
Monochromatic Colors of #D045C3
Black with #D045C3
Text Example
Text Example
White with #D045C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045C3; }
p { color: rgb(208,69,195); }
H1.HeaderClassName
{
color: #D045C3;
}
.AnyTagClassName
{
color: #D045C3;
}
</style>
background-color css
<style>
a { background-color: #D045C3; }
a { background-color: rgb(208,69,195); }
div.DivClassName
{
background-color: #D045C3;
}
.BgClassName
{
background-color: #D045C3;
}
</style>
border-color css
<style>
span { border-color: #D045C3; }
span { border-color: rgb(208,69,195); }
td.TdClassName
{
border-color: #D045C3;
}
.TagClassName
{
border-color: #D045C3;
}
</style>