Shades of Fuchsia #D061C8
Tints of Fuchsia #D061C8
RGB
CMYK
RGB Variations
Color information
#D061C8 (or 0xD061C8) is known color: Fuchsia. HEX triplet: D0, 61 and C8. RGB value is (208,97,200). Sum of RGB (Red+Green+Blue) = 208+97+200=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D061C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061C8 is #2F9E37. Grayscale: #8D8D8D. Windows color (decimal): -3120696 or 13132240. OLE color: 13132240.
HSL color Cylindrical-coordinate representation of color #D061C8: hue angle of 304.32º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D061C8 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 200 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.18 |
| HSL | 304.32º | 0.54% | 0.6% | - |
| HSV(B) | 304.32º | 0.53% | 0.82% | - |
| XYZ | 40.71 | 26.13 | 57.54 | - |
| YUV | 141.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 200 | 0 | 0.53 | 0.04 | 0.18 | 304.32 | 0.54 | 0.6 |
| Hex | D0 | 61 | C8 | 0 | 35 | 4 | 12 | 130 | 36 | 3C |
| Octal | 320 | 141 | 310 | 0 | 65 | 4 | 22 | 460 | 66 | 74 |
| Binary | 11010000 | 1100001 | 11001000 | 0 | 110101 | 100 | 10010 | 100110000 | 110110 | 111100 |
Color Harmonies of #D061C8
Complementary color
Monochromatic Colors of #D061C8
Black with #D061C8
Text Example
Text Example
White with #D061C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D061C8; }
p { color: rgb(208,97,200); }
H1.HeaderClassName
{
color: #D061C8;
}
.AnyTagClassName
{
color: #D061C8;
}
</style>
background-color css
<style>
a { background-color: #D061C8; }
a { background-color: rgb(208,97,200); }
div.DivClassName
{
background-color: #D061C8;
}
.BgClassName
{
background-color: #D061C8;
}
</style>
border-color css
<style>
span { border-color: #D061C8; }
span { border-color: rgb(208,97,200); }
td.TdClassName
{
border-color: #D061C8;
}
.TagClassName
{
border-color: #D061C8;
}
</style>