Shades of Fuchsia #D063B9
Tints of Fuchsia #D063B9
RGB
CMYK
RGB Variations
Color information
#D063B9 (or 0xD063B9) is known color: Fuchsia. HEX triplet: D0, 63 and B9. RGB value is (208,99,185). Sum of RGB (Red+Green+Blue) = 208+99+185=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063B9 is #2F9C46. Grayscale: #8D8D8D. Windows color (decimal): -3120199 or 12149712. OLE color: 12149712.
HSL color Cylindrical-coordinate representation of color #D063B9: hue angle of 312.66º 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 #D063B9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 185 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.18 |
| HSL | 312.66º | 0.54% | 0.6% | - |
| HSV(B) | 312.66º | 0.52% | 0.82% | - |
| XYZ | 39.23 | 25.84 | 48.82 | - |
| YUV | 141.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 185 | 0 | 0.52 | 0.11 | 0.18 | 312.66 | 0.54 | 0.6 |
| Hex | D0 | 63 | B9 | 0 | 34 | B | 12 | 139 | 36 | 3C |
| Octal | 320 | 143 | 271 | 0 | 64 | 13 | 22 | 471 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10111001 | 0 | 110100 | 1011 | 10010 | 100111001 | 110110 | 111100 |
Color Harmonies of #D063B9
Complementary color
Monochromatic Colors of #D063B9
Black with #D063B9
Text Example
Text Example
White with #D063B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063B9; }
p { color: rgb(208,99,185); }
H1.HeaderClassName
{
color: #D063B9;
}
.AnyTagClassName
{
color: #D063B9;
}
</style>
background-color css
<style>
a { background-color: #D063B9; }
a { background-color: rgb(208,99,185); }
div.DivClassName
{
background-color: #D063B9;
}
.BgClassName
{
background-color: #D063B9;
}
</style>
border-color css
<style>
span { border-color: #D063B9; }
span { border-color: rgb(208,99,185); }
td.TdClassName
{
border-color: #D063B9;
}
.TagClassName
{
border-color: #D063B9;
}
</style>