Shades of Fuchsia #D056C4
Tints of Fuchsia #D056C4
RGB
CMYK
RGB Variations
Color information
#D056C4 (or 0xD056C4) is known color: Fuchsia. HEX triplet: D0, 56 and C4. RGB value is (208,86,196). Sum of RGB (Red+Green+Blue) = 208+86+196=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D056C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056C4 is #2FA93B. Grayscale: #868686. Windows color (decimal): -3123516 or 12867280. OLE color: 12867280.
HSL color Cylindrical-coordinate representation of color #D056C4: hue angle of 305.9º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056C4 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 196 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.18 |
| HSL | 305.9º | 0.56% | 0.58% | - |
| HSV(B) | 305.9º | 0.59% | 0.82% | - |
| XYZ | 39.3 | 24.05 | 54.8 | - |
| YUV | 135.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 196 | 0 | 0.59 | 0.06 | 0.18 | 305.9 | 0.56 | 0.58 |
| Hex | D0 | 56 | C4 | 0 | 3B | 6 | 12 | 132 | 38 | 3A |
| Octal | 320 | 126 | 304 | 0 | 73 | 6 | 22 | 462 | 70 | 72 |
| Binary | 11010000 | 1010110 | 11000100 | 0 | 111011 | 110 | 10010 | 100110010 | 111000 | 111010 |
Color Harmonies of #D056C4
Complementary color
Monochromatic Colors of #D056C4
Black with #D056C4
Text Example
Text Example
White with #D056C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056C4; }
p { color: rgb(208,86,196); }
H1.HeaderClassName
{
color: #D056C4;
}
.AnyTagClassName
{
color: #D056C4;
}
</style>
background-color css
<style>
a { background-color: #D056C4; }
a { background-color: rgb(208,86,196); }
div.DivClassName
{
background-color: #D056C4;
}
.BgClassName
{
background-color: #D056C4;
}
</style>
border-color css
<style>
span { border-color: #D056C4; }
span { border-color: rgb(208,86,196); }
td.TdClassName
{
border-color: #D056C4;
}
.TagClassName
{
border-color: #D056C4;
}
</style>