Shades of Fuchsia #D255CA
Tints of Fuchsia #D255CA
RGB
CMYK
RGB Variations
Color information
#D255CA (or 0xD255CA) is known color: Fuchsia. HEX triplet: D2, 55 and CA. RGB value is (210,85,202). Sum of RGB (Red+Green+Blue) = 210+85+202=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CA is #2DAA35. Grayscale: #878787. Windows color (decimal): -2992694 or 13260242. OLE color: 13260242.
HSL color Cylindrical-coordinate representation of color #D255CA: hue angle of 303.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255CA is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 202 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.18 |
| HSL | 303.84º | 0.58% | 0.58% | - |
| HSV(B) | 303.84º | 0.6% | 0.82% | - |
| XYZ | 40.49 | 24.46 | 58.47 | - |
| YUV | 135.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 202 | 0 | 0.60 | 0.04 | 0.18 | 303.84 | 0.58 | 0.58 |
| Hex | D2 | 55 | CA | 0 | 3C | 4 | 12 | 130 | 3A | 3A |
| Octal | 322 | 125 | 312 | 0 | 74 | 4 | 22 | 460 | 72 | 72 |
| Binary | 11010010 | 1010101 | 11001010 | 0 | 111100 | 100 | 10010 | 100110000 | 111010 | 111010 |
Color Harmonies of #D255CA
Complementary color
Monochromatic Colors of #D255CA
Black with #D255CA
Text Example
Text Example
White with #D255CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255CA; }
p { color: rgb(210,85,202); }
H1.HeaderClassName
{
color: #D255CA;
}
.AnyTagClassName
{
color: #D255CA;
}
</style>
background-color css
<style>
a { background-color: #D255CA; }
a { background-color: rgb(210,85,202); }
div.DivClassName
{
background-color: #D255CA;
}
.BgClassName
{
background-color: #D255CA;
}
</style>
border-color css
<style>
span { border-color: #D255CA; }
span { border-color: rgb(210,85,202); }
td.TdClassName
{
border-color: #D255CA;
}
.TagClassName
{
border-color: #D255CA;
}
</style>