Shades of Fuchsia #D257C7
Tints of Fuchsia #D257C7
RGB
CMYK
RGB Variations
Color information
#D257C7 (or 0xD257C7) is known color: Fuchsia. HEX triplet: D2, 57 and C7. RGB value is (210,87,199). Sum of RGB (Red+Green+Blue) = 210+87+199=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D257C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257C7 is #2DA838. Grayscale: #888888. Windows color (decimal): -2992185 or 13064146. OLE color: 13064146.
HSL color Cylindrical-coordinate representation of color #D257C7: hue angle of 305.37º 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 #D257C7 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 199 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.18 |
| HSL | 305.37º | 0.58% | 0.58% | - |
| HSV(B) | 305.37º | 0.59% | 0.82% | - |
| XYZ | 40.3 | 24.64 | 56.67 | - |
| YUV | 136.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 199 | 0 | 0.59 | 0.05 | 0.18 | 305.37 | 0.58 | 0.58 |
| Hex | D2 | 57 | C7 | 0 | 3B | 5 | 12 | 131 | 3A | 3A |
| Octal | 322 | 127 | 307 | 0 | 73 | 5 | 22 | 461 | 72 | 72 |
| Binary | 11010010 | 1010111 | 11000111 | 0 | 111011 | 101 | 10010 | 100110001 | 111010 | 111010 |
Color Harmonies of #D257C7
Complementary color
Monochromatic Colors of #D257C7
Black with #D257C7
Text Example
Text Example
White with #D257C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257C7; }
p { color: rgb(210,87,199); }
H1.HeaderClassName
{
color: #D257C7;
}
.AnyTagClassName
{
color: #D257C7;
}
</style>
background-color css
<style>
a { background-color: #D257C7; }
a { background-color: rgb(210,87,199); }
div.DivClassName
{
background-color: #D257C7;
}
.BgClassName
{
background-color: #D257C7;
}
</style>
border-color css
<style>
span { border-color: #D257C7; }
span { border-color: rgb(210,87,199); }
td.TdClassName
{
border-color: #D257C7;
}
.TagClassName
{
border-color: #D257C7;
}
</style>