Shades of Fuchsia #D254B7
Tints of Fuchsia #D254B7
RGB
CMYK
RGB Variations
Color information
#D254B7 (or 0xD254B7) is known color: Fuchsia. HEX triplet: D2, 54 and B7. RGB value is (210,84,183). Sum of RGB (Red+Green+Blue) = 210+84+183=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D254B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254B7 is #2DAB48. Grayscale: #848484. Windows color (decimal): -2992969 or 12014802. OLE color: 12014802.
HSL color Cylindrical-coordinate representation of color #D254B7: hue angle of 312.86º 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 #D254B7 is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 183 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.18 |
| HSL | 312.86º | 0.58% | 0.58% | - |
| HSV(B) | 312.86º | 0.6% | 0.82% | - |
| XYZ | 38.3 | 23.46 | 47.31 | - |
| YUV | 132.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 183 | 0 | 0.6 | 0.13 | 0.18 | 312.86 | 0.58 | 0.58 |
| Hex | D2 | 54 | B7 | 0 | 3C | D | 12 | 139 | 3A | 3A |
| Octal | 322 | 124 | 267 | 0 | 74 | 15 | 22 | 471 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10110111 | 0 | 111100 | 1101 | 10010 | 100111001 | 111010 | 111010 |
Color Harmonies of #D254B7
Complementary color
Monochromatic Colors of #D254B7
Black with #D254B7
Text Example
Text Example
White with #D254B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254B7; }
p { color: rgb(210,84,183); }
H1.HeaderClassName
{
color: #D254B7;
}
.AnyTagClassName
{
color: #D254B7;
}
</style>
background-color css
<style>
a { background-color: #D254B7; }
a { background-color: rgb(210,84,183); }
div.DivClassName
{
background-color: #D254B7;
}
.BgClassName
{
background-color: #D254B7;
}
</style>
border-color css
<style>
span { border-color: #D254B7; }
span { border-color: rgb(210,84,183); }
td.TdClassName
{
border-color: #D254B7;
}
.TagClassName
{
border-color: #D254B7;
}
</style>