Shades of Fuchsia #D063B2
Tints of Fuchsia #D063B2
RGB
CMYK
RGB Variations
Color information
#D063B2 (or 0xD063B2) is known color: Fuchsia. HEX triplet: D0, 63 and B2. RGB value is (208,99,178). Sum of RGB (Red+Green+Blue) = 208+99+178=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D063B2 is #2F9C4D. Grayscale: #8C8C8C. Windows color (decimal): -3120206 or 11690960. OLE color: 11690960.
HSL color Cylindrical-coordinate representation of color #D063B2: hue angle of 316.51º 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 #D063B2 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 178 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.18 |
| HSL | 316.51º | 0.54% | 0.6% | - |
| HSV(B) | 316.51º | 0.52% | 0.82% | - |
| XYZ | 38.51 | 25.55 | 45.02 | - |
| YUV | 140.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 178 | 0 | 0.52 | 0.14 | 0.18 | 316.51 | 0.54 | 0.6 |
| Hex | D0 | 63 | B2 | 0 | 34 | E | 12 | 13D | 36 | 3C |
| Octal | 320 | 143 | 262 | 0 | 64 | 16 | 22 | 475 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10110010 | 0 | 110100 | 1110 | 10010 | 100111101 | 110110 | 111100 |
Color Harmonies of #D063B2
Complementary color
Monochromatic Colors of #D063B2
Black with #D063B2
Text Example
Text Example
White with #D063B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063B2; }
p { color: rgb(208,99,178); }
H1.HeaderClassName
{
color: #D063B2;
}
.AnyTagClassName
{
color: #D063B2;
}
</style>
background-color css
<style>
a { background-color: #D063B2; }
a { background-color: rgb(208,99,178); }
div.DivClassName
{
background-color: #D063B2;
}
.BgClassName
{
background-color: #D063B2;
}
</style>
border-color css
<style>
span { border-color: #D063B2; }
span { border-color: rgb(208,99,178); }
td.TdClassName
{
border-color: #D063B2;
}
.TagClassName
{
border-color: #D063B2;
}
</style>