Shades of Fuchsia #D063B4
Tints of Fuchsia #D063B4
RGB
CMYK
RGB Variations
Color information
#D063B4 (or 0xD063B4) is known color: Fuchsia. HEX triplet: D0, 63 and B4. RGB value is (208,99,180). Sum of RGB (Red+Green+Blue) = 208+99+180=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D063B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063B4 is #2F9C4B. Grayscale: #8C8C8C. Windows color (decimal): -3120204 or 11822032. OLE color: 11822032.
HSL color Cylindrical-coordinate representation of color #D063B4: hue angle of 315.41º 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 #D063B4 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 180 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.18 |
| HSL | 315.41º | 0.54% | 0.6% | - |
| HSV(B) | 315.41º | 0.52% | 0.82% | - |
| XYZ | 38.71 | 25.63 | 46.09 | - |
| YUV | 140.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 180 | 0 | 0.52 | 0.13 | 0.18 | 315.41 | 0.54 | 0.6 |
| Hex | D0 | 63 | B4 | 0 | 34 | D | 12 | 13B | 36 | 3C |
| Octal | 320 | 143 | 264 | 0 | 64 | 15 | 22 | 473 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10110100 | 0 | 110100 | 1101 | 10010 | 100111011 | 110110 | 111100 |
Color Harmonies of #D063B4
Complementary color
Monochromatic Colors of #D063B4
Black with #D063B4
Text Example
Text Example
White with #D063B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063B4; }
p { color: rgb(208,99,180); }
H1.HeaderClassName
{
color: #D063B4;
}
.AnyTagClassName
{
color: #D063B4;
}
</style>
background-color css
<style>
a { background-color: #D063B4; }
a { background-color: rgb(208,99,180); }
div.DivClassName
{
background-color: #D063B4;
}
.BgClassName
{
background-color: #D063B4;
}
</style>
border-color css
<style>
span { border-color: #D063B4; }
span { border-color: rgb(208,99,180); }
td.TdClassName
{
border-color: #D063B4;
}
.TagClassName
{
border-color: #D063B4;
}
</style>