Shades of Fuchsia #D254B4
Tints of Fuchsia #D254B4
RGB
CMYK
RGB Variations
Color information
#D254B4 (or 0xD254B4) is known color: Fuchsia. HEX triplet: D2, 54 and B4. RGB value is (210,84,180). Sum of RGB (Red+Green+Blue) = 210+84+180=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D254B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254B4 is #2DAB4B. Grayscale: #848484. Windows color (decimal): -2992972 or 11818194. OLE color: 11818194.
HSL color Cylindrical-coordinate representation of color #D254B4: hue angle of 314.29º 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 #D254B4 is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 180 | - |
| CMYK | 0 | 0.6 | 0.14 | 0.18 |
| HSL | 314.29º | 0.58% | 0.58% | - |
| HSV(B) | 314.29º | 0.6% | 0.82% | - |
| XYZ | 37.99 | 23.34 | 45.68 | - |
| YUV | 132.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 180 | 0 | 0.6 | 0.14 | 0.18 | 314.29 | 0.58 | 0.58 |
| Hex | D2 | 54 | B4 | 0 | 3C | E | 12 | 13A | 3A | 3A |
| Octal | 322 | 124 | 264 | 0 | 74 | 16 | 22 | 472 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10110100 | 0 | 111100 | 1110 | 10010 | 100111010 | 111010 | 111010 |
Color Harmonies of #D254B4
Complementary color
Monochromatic Colors of #D254B4
Black with #D254B4
Text Example
Text Example
White with #D254B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254B4; }
p { color: rgb(210,84,180); }
H1.HeaderClassName
{
color: #D254B4;
}
.AnyTagClassName
{
color: #D254B4;
}
</style>
background-color css
<style>
a { background-color: #D254B4; }
a { background-color: rgb(210,84,180); }
div.DivClassName
{
background-color: #D254B4;
}
.BgClassName
{
background-color: #D254B4;
}
</style>
border-color css
<style>
span { border-color: #D254B4; }
span { border-color: rgb(210,84,180); }
td.TdClassName
{
border-color: #D254B4;
}
.TagClassName
{
border-color: #D254B4;
}
</style>