Shades of Fuchsia #D254BD
Tints of Fuchsia #D254BD
RGB
CMYK
RGB Variations
Color information
#D254BD (or 0xD254BD) is known color: Fuchsia. HEX triplet: D2, 54 and BD. RGB value is (210,84,189). Sum of RGB (Red+Green+Blue) = 210+84+189=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D254BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254BD is #2DAB42. Grayscale: #858585. Windows color (decimal): -2992963 or 12408018. OLE color: 12408018.
HSL color Cylindrical-coordinate representation of color #D254BD: hue angle of 310º 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 #D254BD is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 189 | - |
| CMYK | 0 | 0.6 | 0.10 | 0.18 |
| HSL | 310º | 0.58% | 0.58% | - |
| HSV(B) | 310º | 0.6% | 0.82% | - |
| XYZ | 38.93 | 23.72 | 50.67 | - |
| YUV | 133.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 189 | 0 | 0.6 | 0.10 | 0.18 | 310 | 0.58 | 0.58 |
| Hex | D2 | 54 | BD | 0 | 3C | A | 12 | 136 | 3A | 3A |
| Octal | 322 | 124 | 275 | 0 | 74 | 12 | 22 | 466 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10111101 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111010 |
Color Harmonies of #D254BD
Complementary color
Monochromatic Colors of #D254BD
Black with #D254BD
Text Example
Text Example
White with #D254BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254BD; }
p { color: rgb(210,84,189); }
H1.HeaderClassName
{
color: #D254BD;
}
.AnyTagClassName
{
color: #D254BD;
}
</style>
background-color css
<style>
a { background-color: #D254BD; }
a { background-color: rgb(210,84,189); }
div.DivClassName
{
background-color: #D254BD;
}
.BgClassName
{
background-color: #D254BD;
}
</style>
border-color css
<style>
span { border-color: #D254BD; }
span { border-color: rgb(210,84,189); }
td.TdClassName
{
border-color: #D254BD;
}
.TagClassName
{
border-color: #D254BD;
}
</style>