Shades of Fuchsia #D154B3
Tints of Fuchsia #D154B3
RGB
CMYK
RGB Variations
Color information
#D154B3 (or 0xD154B3) is known color: Fuchsia. HEX triplet: D1, 54 and B3. RGB value is (209,84,179). Sum of RGB (Red+Green+Blue) = 209+84+179=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D154B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154B3 is #2EAB4C. Grayscale: #838383. Windows color (decimal): -3058509 or 11752657. OLE color: 11752657.
HSL color Cylindrical-coordinate representation of color #D154B3: hue angle of 314.4º 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 #D154B3 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 179 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.18 |
| HSL | 314.4º | 0.58% | 0.57% | - |
| HSV(B) | 314.4º | 0.6% | 0.82% | - |
| XYZ | 37.6 | 23.15 | 45.13 | - |
| YUV | 132.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 179 | 0 | 0.60 | 0.14 | 0.18 | 314.4 | 0.58 | 0.57 |
| Hex | D1 | 54 | B3 | 0 | 3C | E | 12 | 13A | 3A | 39 |
| Octal | 321 | 124 | 263 | 0 | 74 | 16 | 22 | 472 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10110011 | 0 | 111100 | 1110 | 10010 | 100111010 | 111010 | 111001 |
Color Harmonies of #D154B3
Complementary color
Monochromatic Colors of #D154B3
Black with #D154B3
Text Example
Text Example
White with #D154B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154B3; }
p { color: rgb(209,84,179); }
H1.HeaderClassName
{
color: #D154B3;
}
.AnyTagClassName
{
color: #D154B3;
}
</style>
background-color css
<style>
a { background-color: #D154B3; }
a { background-color: rgb(209,84,179); }
div.DivClassName
{
background-color: #D154B3;
}
.BgClassName
{
background-color: #D154B3;
}
</style>
border-color css
<style>
span { border-color: #D154B3; }
span { border-color: rgb(209,84,179); }
td.TdClassName
{
border-color: #D154B3;
}
.TagClassName
{
border-color: #D154B3;
}
</style>