Shades of Fuchsia #D063C1
Tints of Fuchsia #D063C1
RGB
CMYK
RGB Variations
Color information
#D063C1 (or 0xD063C1) is known color: Fuchsia. HEX triplet: D0, 63 and C1. RGB value is (208,99,193). Sum of RGB (Red+Green+Blue) = 208+99+193=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D063C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063C1 is #2F9C3E. Grayscale: #8E8E8E. Windows color (decimal): -3120191 or 12674000. OLE color: 12674000.
HSL color Cylindrical-coordinate representation of color #D063C1: hue angle of 308.26º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063C1 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 193 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.18 |
| HSL | 308.26º | 0.54% | 0.6% | - |
| HSV(B) | 308.26º | 0.52% | 0.82% | - |
| XYZ | 40.1 | 26.18 | 53.39 | - |
| YUV | 142.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 193 | 0 | 0.52 | 0.07 | 0.18 | 308.26 | 0.54 | 0.6 |
| Hex | D0 | 63 | C1 | 0 | 34 | 7 | 12 | 134 | 36 | 3C |
| Octal | 320 | 143 | 301 | 0 | 64 | 7 | 22 | 464 | 66 | 74 |
| Binary | 11010000 | 1100011 | 11000001 | 0 | 110100 | 111 | 10010 | 100110100 | 110110 | 111100 |
Color Harmonies of #D063C1
Complementary color
Monochromatic Colors of #D063C1
Black with #D063C1
Text Example
Text Example
White with #D063C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063C1; }
p { color: rgb(208,99,193); }
H1.HeaderClassName
{
color: #D063C1;
}
.AnyTagClassName
{
color: #D063C1;
}
</style>
background-color css
<style>
a { background-color: #D063C1; }
a { background-color: rgb(208,99,193); }
div.DivClassName
{
background-color: #D063C1;
}
.BgClassName
{
background-color: #D063C1;
}
</style>
border-color css
<style>
span { border-color: #D063C1; }
span { border-color: rgb(208,99,193); }
td.TdClassName
{
border-color: #D063C1;
}
.TagClassName
{
border-color: #D063C1;
}
</style>