Shades of Fuchsia #D257BC
Tints of Fuchsia #D257BC
RGB
CMYK
RGB Variations
Color information
#D257BC (or 0xD257BC) is known color: Fuchsia. HEX triplet: D2, 57 and BC. RGB value is (210,87,188). Sum of RGB (Red+Green+Blue) = 210+87+188=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D257BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257BC is #2DA843. Grayscale: #878787. Windows color (decimal): -2992196 or 12343250. OLE color: 12343250.
HSL color Cylindrical-coordinate representation of color #D257BC: hue angle of 310.73º 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 #D257BC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 188 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.18 |
| HSL | 310.73º | 0.58% | 0.58% | - |
| HSV(B) | 310.73º | 0.59% | 0.82% | - |
| XYZ | 39.06 | 24.15 | 50.18 | - |
| YUV | 135.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 188 | 0 | 0.59 | 0.10 | 0.18 | 310.73 | 0.58 | 0.58 |
| Hex | D2 | 57 | BC | 0 | 3B | A | 12 | 137 | 3A | 3A |
| Octal | 322 | 127 | 274 | 0 | 73 | 12 | 22 | 467 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10111100 | 0 | 111011 | 1010 | 10010 | 100110111 | 111010 | 111010 |
Color Harmonies of #D257BC
Complementary color
Monochromatic Colors of #D257BC
Black with #D257BC
Text Example
Text Example
White with #D257BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257BC; }
p { color: rgb(210,87,188); }
H1.HeaderClassName
{
color: #D257BC;
}
.AnyTagClassName
{
color: #D257BC;
}
</style>
background-color css
<style>
a { background-color: #D257BC; }
a { background-color: rgb(210,87,188); }
div.DivClassName
{
background-color: #D257BC;
}
.BgClassName
{
background-color: #D257BC;
}
</style>
border-color css
<style>
span { border-color: #D257BC; }
span { border-color: rgb(210,87,188); }
td.TdClassName
{
border-color: #D257BC;
}
.TagClassName
{
border-color: #D257BC;
}
</style>