Shades of Fuchsia #D257CA
Tints of Fuchsia #D257CA
RGB
CMYK
RGB Variations
Color information
#D257CA (or 0xD257CA) is known color: Fuchsia. HEX triplet: D2, 57 and CA. RGB value is (210,87,202). Sum of RGB (Red+Green+Blue) = 210+87+202=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D257CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257CA is #2DA835. Grayscale: #888888. Windows color (decimal): -2992182 or 13260754. OLE color: 13260754.
HSL color Cylindrical-coordinate representation of color #D257CA: hue angle of 303.9º 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 #D257CA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 202 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.18 |
| HSL | 303.9º | 0.58% | 0.58% | - |
| HSV(B) | 303.9º | 0.59% | 0.82% | - |
| XYZ | 40.65 | 24.78 | 58.52 | - |
| YUV | 136.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 202 | 0 | 0.59 | 0.04 | 0.18 | 303.9 | 0.58 | 0.58 |
| Hex | D2 | 57 | CA | 0 | 3B | 4 | 12 | 130 | 3A | 3A |
| Octal | 322 | 127 | 312 | 0 | 73 | 4 | 22 | 460 | 72 | 72 |
| Binary | 11010010 | 1010111 | 11001010 | 0 | 111011 | 100 | 10010 | 100110000 | 111010 | 111010 |
Color Harmonies of #D257CA
Complementary color
Monochromatic Colors of #D257CA
Black with #D257CA
Text Example
Text Example
White with #D257CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257CA; }
p { color: rgb(210,87,202); }
H1.HeaderClassName
{
color: #D257CA;
}
.AnyTagClassName
{
color: #D257CA;
}
</style>
background-color css
<style>
a { background-color: #D257CA; }
a { background-color: rgb(210,87,202); }
div.DivClassName
{
background-color: #D257CA;
}
.BgClassName
{
background-color: #D257CA;
}
</style>
border-color css
<style>
span { border-color: #D257CA; }
span { border-color: rgb(210,87,202); }
td.TdClassName
{
border-color: #D257CA;
}
.TagClassName
{
border-color: #D257CA;
}
</style>