Shades of Fuchsia #D257B9
Tints of Fuchsia #D257B9
RGB
CMYK
RGB Variations
Color information
#D257B9 (or 0xD257B9) is known color: Fuchsia. HEX triplet: D2, 57 and B9. RGB value is (210,87,185). Sum of RGB (Red+Green+Blue) = 210+87+185=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D257B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257B9 is #2DA846. Grayscale: #868686. Windows color (decimal): -2992199 or 12146642. OLE color: 12146642.
HSL color Cylindrical-coordinate representation of color #D257B9: hue angle of 312.2º 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 #D257B9 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 185 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.18 |
| HSL | 312.2º | 0.58% | 0.58% | - |
| HSV(B) | 312.2º | 0.59% | 0.82% | - |
| XYZ | 38.74 | 24.02 | 48.49 | - |
| YUV | 134.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 185 | 0 | 0.59 | 0.12 | 0.18 | 312.2 | 0.58 | 0.58 |
| Hex | D2 | 57 | B9 | 0 | 3B | C | 12 | 138 | 3A | 3A |
| Octal | 322 | 127 | 271 | 0 | 73 | 14 | 22 | 470 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10111001 | 0 | 111011 | 1100 | 10010 | 100111000 | 111010 | 111010 |
Color Harmonies of #D257B9
Complementary color
Monochromatic Colors of #D257B9
Black with #D257B9
Text Example
Text Example
White with #D257B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257B9; }
p { color: rgb(210,87,185); }
H1.HeaderClassName
{
color: #D257B9;
}
.AnyTagClassName
{
color: #D257B9;
}
</style>
background-color css
<style>
a { background-color: #D257B9; }
a { background-color: rgb(210,87,185); }
div.DivClassName
{
background-color: #D257B9;
}
.BgClassName
{
background-color: #D257B9;
}
</style>
border-color css
<style>
span { border-color: #D257B9; }
span { border-color: rgb(210,87,185); }
td.TdClassName
{
border-color: #D257B9;
}
.TagClassName
{
border-color: #D257B9;
}
</style>