Shades of Fuchsia #D063B5
Tints of Fuchsia #D063B5
RGB
CMYK
RGB Variations
Color information
#D063B5 (or 0xD063B5) is known color: Fuchsia. HEX triplet: D0, 63 and B5. RGB value is (208,99,181). Sum of RGB (Red+Green+Blue) = 208+99+181=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063B5 is #2F9C4A. Grayscale: #8C8C8C. Windows color (decimal): -3120203 or 11887568. OLE color: 11887568.
HSL color Cylindrical-coordinate representation of color #D063B5: hue angle of 314.86º 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 #D063B5 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 181 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.18 |
| HSL | 314.86º | 0.54% | 0.6% | - |
| HSV(B) | 314.86º | 0.52% | 0.82% | - |
| XYZ | 38.81 | 25.67 | 46.63 | - |
| YUV | 140.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 181 | 0 | 0.52 | 0.13 | 0.18 | 314.86 | 0.54 | 0.6 |
| Hex | D0 | 63 | B5 | 0 | 34 | D | 12 | 13B | 36 | 3C |
| Octal | 320 | 143 | 265 | 0 | 64 | 15 | 22 | 473 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10110101 | 0 | 110100 | 1101 | 10010 | 100111011 | 110110 | 111100 |
Color Harmonies of #D063B5
Complementary color
Monochromatic Colors of #D063B5
Black with #D063B5
Text Example
Text Example
White with #D063B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063B5; }
p { color: rgb(208,99,181); }
H1.HeaderClassName
{
color: #D063B5;
}
.AnyTagClassName
{
color: #D063B5;
}
</style>
background-color css
<style>
a { background-color: #D063B5; }
a { background-color: rgb(208,99,181); }
div.DivClassName
{
background-color: #D063B5;
}
.BgClassName
{
background-color: #D063B5;
}
</style>
border-color css
<style>
span { border-color: #D063B5; }
span { border-color: rgb(208,99,181); }
td.TdClassName
{
border-color: #D063B5;
}
.TagClassName
{
border-color: #D063B5;
}
</style>