Shades of Fuchsia #D257B6
Tints of Fuchsia #D257B6
RGB
CMYK
RGB Variations
Color information
#D257B6 (or 0xD257B6) is known color: Fuchsia. HEX triplet: D2, 57 and B6. RGB value is (210,87,182). Sum of RGB (Red+Green+Blue) = 210+87+182=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D257B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257B6 is #2DA849. Grayscale: #868686. Windows color (decimal): -2992202 or 11950034. OLE color: 11950034.
HSL color Cylindrical-coordinate representation of color #D257B6: hue angle of 313.66º 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 #D257B6 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 182 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.18 |
| HSL | 313.66º | 0.58% | 0.58% | - |
| HSV(B) | 313.66º | 0.59% | 0.82% | - |
| XYZ | 38.43 | 23.9 | 46.84 | - |
| YUV | 134.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 182 | 0 | 0.59 | 0.13 | 0.18 | 313.66 | 0.58 | 0.58 |
| Hex | D2 | 57 | B6 | 0 | 3B | D | 12 | 13A | 3A | 3A |
| Octal | 322 | 127 | 266 | 0 | 73 | 15 | 22 | 472 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10110110 | 0 | 111011 | 1101 | 10010 | 100111010 | 111010 | 111010 |
Color Harmonies of #D257B6
Complementary color
Monochromatic Colors of #D257B6
Black with #D257B6
Text Example
Text Example
White with #D257B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257B6; }
p { color: rgb(210,87,182); }
H1.HeaderClassName
{
color: #D257B6;
}
.AnyTagClassName
{
color: #D257B6;
}
</style>
background-color css
<style>
a { background-color: #D257B6; }
a { background-color: rgb(210,87,182); }
div.DivClassName
{
background-color: #D257B6;
}
.BgClassName
{
background-color: #D257B6;
}
</style>
border-color css
<style>
span { border-color: #D257B6; }
span { border-color: rgb(210,87,182); }
td.TdClassName
{
border-color: #D257B6;
}
.TagClassName
{
border-color: #D257B6;
}
</style>