Shades of Fuchsia #D063BC
Tints of Fuchsia #D063BC
RGB
CMYK
RGB Variations
Color information
#D063BC (or 0xD063BC) is known color: Fuchsia. HEX triplet: D0, 63 and BC. RGB value is (208,99,188). Sum of RGB (Red+Green+Blue) = 208+99+188=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D063BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063BC is #2F9C43. Grayscale: #8D8D8D. Windows color (decimal): -3120196 or 12346320. OLE color: 12346320.
HSL color Cylindrical-coordinate representation of color #D063BC: hue angle of 311.01º 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 #D063BC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 188 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.18 |
| HSL | 311.01º | 0.54% | 0.6% | - |
| HSV(B) | 311.01º | 0.52% | 0.82% | - |
| XYZ | 39.55 | 25.96 | 50.5 | - |
| YUV | 141.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 188 | 0 | 0.52 | 0.10 | 0.18 | 311.01 | 0.54 | 0.6 |
| Hex | D0 | 63 | BC | 0 | 34 | A | 12 | 137 | 36 | 3C |
| Octal | 320 | 143 | 274 | 0 | 64 | 12 | 22 | 467 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10111100 | 0 | 110100 | 1010 | 10010 | 100110111 | 110110 | 111100 |
Color Harmonies of #D063BC
Complementary color
Monochromatic Colors of #D063BC
Black with #D063BC
Text Example
Text Example
White with #D063BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063BC; }
p { color: rgb(208,99,188); }
H1.HeaderClassName
{
color: #D063BC;
}
.AnyTagClassName
{
color: #D063BC;
}
</style>
background-color css
<style>
a { background-color: #D063BC; }
a { background-color: rgb(208,99,188); }
div.DivClassName
{
background-color: #D063BC;
}
.BgClassName
{
background-color: #D063BC;
}
</style>
border-color css
<style>
span { border-color: #D063BC; }
span { border-color: rgb(208,99,188); }
td.TdClassName
{
border-color: #D063BC;
}
.TagClassName
{
border-color: #D063BC;
}
</style>