Shades of Fuchsia #D063BE
Tints of Fuchsia #D063BE
RGB
CMYK
RGB Variations
Color information
#D063BE (or 0xD063BE) is known color: Fuchsia. HEX triplet: D0, 63 and BE. RGB value is (208,99,190). Sum of RGB (Red+Green+Blue) = 208+99+190=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D063BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063BE is #2F9C41. Grayscale: #8D8D8D. Windows color (decimal): -3120194 or 12477392. OLE color: 12477392.
HSL color Cylindrical-coordinate representation of color #D063BE: hue angle of 309.91º 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 #D063BE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 190 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.18 |
| HSL | 309.91º | 0.54% | 0.6% | - |
| HSV(B) | 309.91º | 0.52% | 0.82% | - |
| XYZ | 39.77 | 26.05 | 51.65 | - |
| YUV | 141.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 190 | 0 | 0.52 | 0.09 | 0.18 | 309.91 | 0.54 | 0.6 |
| Hex | D0 | 63 | BE | 0 | 34 | 9 | 12 | 136 | 36 | 3C |
| Octal | 320 | 143 | 276 | 0 | 64 | 11 | 22 | 466 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10111110 | 0 | 110100 | 1001 | 10010 | 100110110 | 110110 | 111100 |
Color Harmonies of #D063BE
Complementary color
Monochromatic Colors of #D063BE
Black with #D063BE
Text Example
Text Example
White with #D063BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063BE; }
p { color: rgb(208,99,190); }
H1.HeaderClassName
{
color: #D063BE;
}
.AnyTagClassName
{
color: #D063BE;
}
</style>
background-color css
<style>
a { background-color: #D063BE; }
a { background-color: rgb(208,99,190); }
div.DivClassName
{
background-color: #D063BE;
}
.BgClassName
{
background-color: #D063BE;
}
</style>
border-color css
<style>
span { border-color: #D063BE; }
span { border-color: rgb(208,99,190); }
td.TdClassName
{
border-color: #D063BE;
}
.TagClassName
{
border-color: #D063BE;
}
</style>