Shades of Fuchsia #D256B3
Tints of Fuchsia #D256B3
RGB
CMYK
RGB Variations
Color information
#D256B3 (or 0xD256B3) is known color: Fuchsia. HEX triplet: D2, 56 and B3. RGB value is (210,86,179). Sum of RGB (Red+Green+Blue) = 210+86+179=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256B3 is #2DA94C. Grayscale: #858585. Windows color (decimal): -2992461 or 11753170. OLE color: 11753170.
HSL color Cylindrical-coordinate representation of color #D256B3: hue angle of 315º degrees, saturation: 0.58, 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 #D256B3 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 179 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.18 |
| HSL | 315º | 0.58% | 0.58% | - |
| HSV(B) | 315º | 0.59% | 0.82% | - |
| XYZ | 38.04 | 23.61 | 45.2 | - |
| YUV | 133.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 179 | 0 | 0.59 | 0.15 | 0.18 | 315 | 0.58 | 0.58 |
| Hex | D2 | 56 | B3 | 0 | 3B | F | 12 | 13B | 3A | 3A |
| Octal | 322 | 126 | 263 | 0 | 73 | 17 | 22 | 473 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10110011 | 0 | 111011 | 1111 | 10010 | 100111011 | 111010 | 111010 |
Color Harmonies of #D256B3
Complementary color
Monochromatic Colors of #D256B3
Black with #D256B3
Text Example
Text Example
White with #D256B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256B3; }
p { color: rgb(210,86,179); }
H1.HeaderClassName
{
color: #D256B3;
}
.AnyTagClassName
{
color: #D256B3;
}
</style>
background-color css
<style>
a { background-color: #D256B3; }
a { background-color: rgb(210,86,179); }
div.DivClassName
{
background-color: #D256B3;
}
.BgClassName
{
background-color: #D256B3;
}
</style>
border-color css
<style>
span { border-color: #D256B3; }
span { border-color: rgb(210,86,179); }
td.TdClassName
{
border-color: #D256B3;
}
.TagClassName
{
border-color: #D256B3;
}
</style>