Shades of Fuchsia #D254C7
Tints of Fuchsia #D254C7
RGB
CMYK
RGB Variations
Color information
#D254C7 (or 0xD254C7) is known color: Fuchsia. HEX triplet: D2, 54 and C7. RGB value is (210,84,199). Sum of RGB (Red+Green+Blue) = 210+84+199=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D254C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254C7 is #2DAB38. Grayscale: #868686. Windows color (decimal): -2992953 or 13063378. OLE color: 13063378.
HSL color Cylindrical-coordinate representation of color #D254C7: hue angle of 305.24º 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 #D254C7 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 199 | - |
| CMYK | 0 | 0.6 | 0.05 | 0.18 |
| HSL | 305.24º | 0.58% | 0.58% | - |
| HSV(B) | 305.24º | 0.6% | 0.82% | - |
| XYZ | 40.06 | 24.17 | 56.59 | - |
| YUV | 134.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 199 | 0 | 0.6 | 0.05 | 0.18 | 305.24 | 0.58 | 0.58 |
| Hex | D2 | 54 | C7 | 0 | 3C | 5 | 12 | 131 | 3A | 3A |
| Octal | 322 | 124 | 307 | 0 | 74 | 5 | 22 | 461 | 72 | 72 |
| Binary | 11010010 | 1010100 | 11000111 | 0 | 111100 | 101 | 10010 | 100110001 | 111010 | 111010 |
Color Harmonies of #D254C7
Complementary color
Monochromatic Colors of #D254C7
Black with #D254C7
Text Example
Text Example
White with #D254C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254C7; }
p { color: rgb(210,84,199); }
H1.HeaderClassName
{
color: #D254C7;
}
.AnyTagClassName
{
color: #D254C7;
}
</style>
background-color css
<style>
a { background-color: #D254C7; }
a { background-color: rgb(210,84,199); }
div.DivClassName
{
background-color: #D254C7;
}
.BgClassName
{
background-color: #D254C7;
}
</style>
border-color css
<style>
span { border-color: #D254C7; }
span { border-color: rgb(210,84,199); }
td.TdClassName
{
border-color: #D254C7;
}
.TagClassName
{
border-color: #D254C7;
}
</style>