Shades of Fuchsia #D063B8
Tints of Fuchsia #D063B8
RGB
CMYK
RGB Variations
Color information
#D063B8 (or 0xD063B8) is known color: Fuchsia. HEX triplet: D0, 63 and B8. RGB value is (208,99,184). Sum of RGB (Red+Green+Blue) = 208+99+184=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063B8 is #2F9C47. Grayscale: #8D8D8D. Windows color (decimal): -3120200 or 12084176. OLE color: 12084176.
HSL color Cylindrical-coordinate representation of color #D063B8: hue angle of 313.21º 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 #D063B8 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 184 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.18 |
| HSL | 313.21º | 0.54% | 0.6% | - |
| HSV(B) | 313.21º | 0.52% | 0.82% | - |
| XYZ | 39.13 | 25.79 | 48.26 | - |
| YUV | 141.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 184 | 0 | 0.52 | 0.12 | 0.18 | 313.21 | 0.54 | 0.6 |
| Hex | D0 | 63 | B8 | 0 | 34 | C | 12 | 139 | 36 | 3C |
| Octal | 320 | 143 | 270 | 0 | 64 | 14 | 22 | 471 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10111000 | 0 | 110100 | 1100 | 10010 | 100111001 | 110110 | 111100 |
Color Harmonies of #D063B8
Complementary color
Monochromatic Colors of #D063B8
Black with #D063B8
Text Example
Text Example
White with #D063B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063B8; }
p { color: rgb(208,99,184); }
H1.HeaderClassName
{
color: #D063B8;
}
.AnyTagClassName
{
color: #D063B8;
}
</style>
background-color css
<style>
a { background-color: #D063B8; }
a { background-color: rgb(208,99,184); }
div.DivClassName
{
background-color: #D063B8;
}
.BgClassName
{
background-color: #D063B8;
}
</style>
border-color css
<style>
span { border-color: #D063B8; }
span { border-color: rgb(208,99,184); }
td.TdClassName
{
border-color: #D063B8;
}
.TagClassName
{
border-color: #D063B8;
}
</style>