Shades of Fuchsia #D256BE
Tints of Fuchsia #D256BE
RGB
CMYK
RGB Variations
Color information
#D256BE (or 0xD256BE) is known color: Fuchsia. HEX triplet: D2, 56 and BE. RGB value is (210,86,190). Sum of RGB (Red+Green+Blue) = 210+86+190=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D256BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256BE is #2DA941. Grayscale: #868686. Windows color (decimal): -2992450 or 12474066. OLE color: 12474066.
HSL color Cylindrical-coordinate representation of color #D256BE: hue angle of 309.68º 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 #D256BE is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 190 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.18 |
| HSL | 309.68º | 0.58% | 0.58% | - |
| HSV(B) | 309.68º | 0.59% | 0.82% | - |
| XYZ | 39.2 | 24.07 | 51.3 | - |
| YUV | 134.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 190 | 0 | 0.59 | 0.10 | 0.18 | 309.68 | 0.58 | 0.58 |
| Hex | D2 | 56 | BE | 0 | 3B | A | 12 | 136 | 3A | 3A |
| Octal | 322 | 126 | 276 | 0 | 73 | 12 | 22 | 466 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10111110 | 0 | 111011 | 1010 | 10010 | 100110110 | 111010 | 111010 |
Color Harmonies of #D256BE
Complementary color
Monochromatic Colors of #D256BE
Black with #D256BE
Text Example
Text Example
White with #D256BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256BE; }
p { color: rgb(210,86,190); }
H1.HeaderClassName
{
color: #D256BE;
}
.AnyTagClassName
{
color: #D256BE;
}
</style>
background-color css
<style>
a { background-color: #D256BE; }
a { background-color: rgb(210,86,190); }
div.DivClassName
{
background-color: #D256BE;
}
.BgClassName
{
background-color: #D256BE;
}
</style>
border-color css
<style>
span { border-color: #D256BE; }
span { border-color: rgb(210,86,190); }
td.TdClassName
{
border-color: #D256BE;
}
.TagClassName
{
border-color: #D256BE;
}
</style>