Shades of Fuchsia #D254CA
Tints of Fuchsia #D254CA
RGB
CMYK
RGB Variations
Color information
#D254CA (or 0xD254CA) is known color: Fuchsia. HEX triplet: D2, 54 and CA. RGB value is (210,84,202). Sum of RGB (Red+Green+Blue) = 210+84+202=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D254CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254CA is #2DAB35. Grayscale: #868686. Windows color (decimal): -2992950 or 13259986. OLE color: 13259986.
HSL color Cylindrical-coordinate representation of color #D254CA: hue angle of 303.81º 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 #D254CA is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 202 | - |
| CMYK | 0 | 0.6 | 0.04 | 0.18 |
| HSL | 303.81º | 0.58% | 0.58% | - |
| HSV(B) | 303.81º | 0.6% | 0.82% | - |
| XYZ | 40.41 | 24.31 | 58.44 | - |
| YUV | 135.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 202 | 0 | 0.6 | 0.04 | 0.18 | 303.81 | 0.58 | 0.58 |
| Hex | D2 | 54 | CA | 0 | 3C | 4 | 12 | 130 | 3A | 3A |
| Octal | 322 | 124 | 312 | 0 | 74 | 4 | 22 | 460 | 72 | 72 |
| Binary | 11010010 | 1010100 | 11001010 | 0 | 111100 | 100 | 10010 | 100110000 | 111010 | 111010 |
Color Harmonies of #D254CA
Complementary color
Monochromatic Colors of #D254CA
Black with #D254CA
Text Example
Text Example
White with #D254CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254CA; }
p { color: rgb(210,84,202); }
H1.HeaderClassName
{
color: #D254CA;
}
.AnyTagClassName
{
color: #D254CA;
}
</style>
background-color css
<style>
a { background-color: #D254CA; }
a { background-color: rgb(210,84,202); }
div.DivClassName
{
background-color: #D254CA;
}
.BgClassName
{
background-color: #D254CA;
}
</style>
border-color css
<style>
span { border-color: #D254CA; }
span { border-color: rgb(210,84,202); }
td.TdClassName
{
border-color: #D254CA;
}
.TagClassName
{
border-color: #D254CA;
}
</style>