Shades of Fuchsia #D063C0
Tints of Fuchsia #D063C0
RGB
CMYK
RGB Variations
Color information
#D063C0 (or 0xD063C0) is known color: Fuchsia. HEX triplet: D0, 63 and C0. RGB value is (208,99,192). Sum of RGB (Red+Green+Blue) = 208+99+192=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D063C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063C0 is #2F9C3F. Grayscale: #8D8D8D. Windows color (decimal): -3120192 or 12608464. OLE color: 12608464.
HSL color Cylindrical-coordinate representation of color #D063C0: hue angle of 308.81º 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 #D063C0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 192 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.18 |
| HSL | 308.81º | 0.54% | 0.6% | - |
| HSV(B) | 308.81º | 0.52% | 0.82% | - |
| XYZ | 39.99 | 26.14 | 52.81 | - |
| YUV | 142.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 192 | 0 | 0.52 | 0.08 | 0.18 | 308.81 | 0.54 | 0.6 |
| Hex | D0 | 63 | C0 | 0 | 34 | 8 | 12 | 135 | 36 | 3C |
| Octal | 320 | 143 | 300 | 0 | 64 | 10 | 22 | 465 | 66 | 74 |
| Binary | 11010000 | 1100011 | 11000000 | 0 | 110100 | 1000 | 10010 | 100110101 | 110110 | 111100 |
Color Harmonies of #D063C0
Complementary color
Monochromatic Colors of #D063C0
Black with #D063C0
Text Example
Text Example
White with #D063C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063C0; }
p { color: rgb(208,99,192); }
H1.HeaderClassName
{
color: #D063C0;
}
.AnyTagClassName
{
color: #D063C0;
}
</style>
background-color css
<style>
a { background-color: #D063C0; }
a { background-color: rgb(208,99,192); }
div.DivClassName
{
background-color: #D063C0;
}
.BgClassName
{
background-color: #D063C0;
}
</style>
border-color css
<style>
span { border-color: #D063C0; }
span { border-color: rgb(208,99,192); }
td.TdClassName
{
border-color: #D063C0;
}
.TagClassName
{
border-color: #D063C0;
}
</style>