Shades of Fuchsia #D154BD
Tints of Fuchsia #D154BD
RGB
CMYK
RGB Variations
Color information
#D154BD (or 0xD154BD) is known color: Fuchsia. HEX triplet: D1, 54 and BD. RGB value is (209,84,189). Sum of RGB (Red+Green+Blue) = 209+84+189=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D154BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154BD is #2EAB42. Grayscale: #858585. Windows color (decimal): -3058499 or 12408017. OLE color: 12408017.
HSL color Cylindrical-coordinate representation of color #D154BD: hue angle of 309.6º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154BD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 189 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.18 |
| HSL | 309.6º | 0.58% | 0.57% | - |
| HSV(B) | 309.6º | 0.6% | 0.82% | - |
| XYZ | 38.65 | 23.57 | 50.66 | - |
| YUV | 133.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 189 | 0 | 0.60 | 0.10 | 0.18 | 309.6 | 0.58 | 0.57 |
| Hex | D1 | 54 | BD | 0 | 3C | A | 12 | 136 | 3A | 39 |
| Octal | 321 | 124 | 275 | 0 | 74 | 12 | 22 | 466 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10111101 | 0 | 111100 | 1010 | 10010 | 100110110 | 111010 | 111001 |
Color Harmonies of #D154BD
Complementary color
Monochromatic Colors of #D154BD
Black with #D154BD
Text Example
Text Example
White with #D154BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154BD; }
p { color: rgb(209,84,189); }
H1.HeaderClassName
{
color: #D154BD;
}
.AnyTagClassName
{
color: #D154BD;
}
</style>
background-color css
<style>
a { background-color: #D154BD; }
a { background-color: rgb(209,84,189); }
div.DivClassName
{
background-color: #D154BD;
}
.BgClassName
{
background-color: #D154BD;
}
</style>
border-color css
<style>
span { border-color: #D154BD; }
span { border-color: rgb(209,84,189); }
td.TdClassName
{
border-color: #D154BD;
}
.TagClassName
{
border-color: #D154BD;
}
</style>