Shades of Fuchsia #D254BC
Tints of Fuchsia #D254BC
RGB
CMYK
RGB Variations
Color information
#D254BC (or 0xD254BC) is known color: Fuchsia. HEX triplet: D2, 54 and BC. RGB value is (210,84,188). Sum of RGB (Red+Green+Blue) = 210+84+188=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D254BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254BC is #2DAB43. Grayscale: #858585. Windows color (decimal): -2992964 or 12342482. OLE color: 12342482.
HSL color Cylindrical-coordinate representation of color #D254BC: hue angle of 310.48º 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 #D254BC is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 188 | - |
| CMYK | 0 | 0.6 | 0.10 | 0.18 |
| HSL | 310.48º | 0.58% | 0.58% | - |
| HSV(B) | 310.48º | 0.6% | 0.82% | - |
| XYZ | 38.83 | 23.67 | 50.1 | - |
| YUV | 133.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 188 | 0 | 0.6 | 0.10 | 0.18 | 310.48 | 0.58 | 0.58 |
| Hex | D2 | 54 | BC | 0 | 3C | A | 12 | 136 | 3A | 3A |
| Octal | 322 | 124 | 274 | 0 | 74 | 12 | 22 | 466 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10111100 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111010 |
Color Harmonies of #D254BC
Complementary color
Monochromatic Colors of #D254BC
Black with #D254BC
Text Example
Text Example
White with #D254BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254BC; }
p { color: rgb(210,84,188); }
H1.HeaderClassName
{
color: #D254BC;
}
.AnyTagClassName
{
color: #D254BC;
}
</style>
background-color css
<style>
a { background-color: #D254BC; }
a { background-color: rgb(210,84,188); }
div.DivClassName
{
background-color: #D254BC;
}
.BgClassName
{
background-color: #D254BC;
}
</style>
border-color css
<style>
span { border-color: #D254BC; }
span { border-color: rgb(210,84,188); }
td.TdClassName
{
border-color: #D254BC;
}
.TagClassName
{
border-color: #D254BC;
}
</style>