Shades of Fuchsia #D154CC
Tints of Fuchsia #D154CC
RGB
CMYK
RGB Variations
Color information
#D154CC (or 0xD154CC) is known color: Fuchsia. HEX triplet: D1, 54 and CC. RGB value is (209,84,204). Sum of RGB (Red+Green+Blue) = 209+84+204=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D154CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154CC is #2EAB33. Grayscale: #868686. Windows color (decimal): -3058484 or 13391057. OLE color: 13391057.
HSL color Cylindrical-coordinate representation of color #D154CC: hue angle of 302.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 #D154CC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 204 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.18 |
| HSL | 302.4º | 0.58% | 0.57% | - |
| HSV(B) | 302.4º | 0.6% | 0.82% | - |
| XYZ | 40.36 | 24.26 | 59.68 | - |
| YUV | 135.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 204 | 0 | 0.60 | 0.02 | 0.18 | 302.4 | 0.58 | 0.57 |
| Hex | D1 | 54 | CC | 0 | 3C | 2 | 12 | 12E | 3A | 39 |
| Octal | 321 | 124 | 314 | 0 | 74 | 2 | 22 | 456 | 72 | 71 |
| Binary | 11010001 | 1010100 | 11001100 | 0 | 111100 | 10 | 10010 | 100101110 | 111010 | 111001 |
Color Harmonies of #D154CC
Complementary color
Monochromatic Colors of #D154CC
Black with #D154CC
Text Example
Text Example
White with #D154CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154CC; }
p { color: rgb(209,84,204); }
H1.HeaderClassName
{
color: #D154CC;
}
.AnyTagClassName
{
color: #D154CC;
}
</style>
background-color css
<style>
a { background-color: #D154CC; }
a { background-color: rgb(209,84,204); }
div.DivClassName
{
background-color: #D154CC;
}
.BgClassName
{
background-color: #D154CC;
}
</style>
border-color css
<style>
span { border-color: #D154CC; }
span { border-color: rgb(209,84,204); }
td.TdClassName
{
border-color: #D154CC;
}
.TagClassName
{
border-color: #D154CC;
}
</style>