Shades of Fuchsia #D063BF
Tints of Fuchsia #D063BF
RGB
CMYK
RGB Variations
Color information
#D063BF (or 0xD063BF) is known color: Fuchsia. HEX triplet: D0, 63 and BF. RGB value is (208,99,191). Sum of RGB (Red+Green+Blue) = 208+99+191=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D063BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063BF is #2F9C40. Grayscale: #8D8D8D. Windows color (decimal): -3120193 or 12542928. OLE color: 12542928.
HSL color Cylindrical-coordinate representation of color #D063BF: hue angle of 309.36º 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 #D063BF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 191 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.18 |
| HSL | 309.36º | 0.54% | 0.6% | - |
| HSV(B) | 309.36º | 0.52% | 0.82% | - |
| XYZ | 39.88 | 26.1 | 52.23 | - |
| YUV | 142.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 191 | 0 | 0.52 | 0.08 | 0.18 | 309.36 | 0.54 | 0.6 |
| Hex | D0 | 63 | BF | 0 | 34 | 8 | 12 | 135 | 36 | 3C |
| Octal | 320 | 143 | 277 | 0 | 64 | 10 | 22 | 465 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10111111 | 0 | 110100 | 1000 | 10010 | 100110101 | 110110 | 111100 |
Color Harmonies of #D063BF
Complementary color
Monochromatic Colors of #D063BF
Black with #D063BF
Text Example
Text Example
White with #D063BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063BF; }
p { color: rgb(208,99,191); }
H1.HeaderClassName
{
color: #D063BF;
}
.AnyTagClassName
{
color: #D063BF;
}
</style>
background-color css
<style>
a { background-color: #D063BF; }
a { background-color: rgb(208,99,191); }
div.DivClassName
{
background-color: #D063BF;
}
.BgClassName
{
background-color: #D063BF;
}
</style>
border-color css
<style>
span { border-color: #D063BF; }
span { border-color: rgb(208,99,191); }
td.TdClassName
{
border-color: #D063BF;
}
.TagClassName
{
border-color: #D063BF;
}
</style>