Shades of Fuchsia #D153AC
Tints of Fuchsia #D153AC
RGB
CMYK
RGB Variations
Color information
#D153AC (or 0xD153AC) is known color: Fuchsia. HEX triplet: D1, 53 and AC. RGB value is (209,83,172). Sum of RGB (Red+Green+Blue) = 209+83+172=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D153AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D153AC is #2EAC53. Grayscale: #828282. Windows color (decimal): -3058772 or 11293649. OLE color: 11293649.
HSL color Cylindrical-coordinate representation of color #D153AC: hue angle of 317.62º 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 #D153AC is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 172 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.18 |
| HSL | 317.62º | 0.58% | 0.57% | - |
| HSV(B) | 317.62º | 0.6% | 0.82% | - |
| XYZ | 36.83 | 22.72 | 41.47 | - |
| YUV | 130.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 172 | 0 | 0.60 | 0.18 | 0.18 | 317.62 | 0.58 | 0.57 |
| Hex | D1 | 53 | AC | 0 | 3C | 12 | 12 | 13E | 3A | 39 |
| Octal | 321 | 123 | 254 | 0 | 74 | 22 | 22 | 476 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10101100 | 0 | 111100 | 10010 | 10010 | 100111110 | 111010 | 111001 |
Color Harmonies of #D153AC
Complementary color
Monochromatic Colors of #D153AC
Black with #D153AC
Text Example
Text Example
White with #D153AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153AC; }
p { color: rgb(209,83,172); }
H1.HeaderClassName
{
color: #D153AC;
}
.AnyTagClassName
{
color: #D153AC;
}
</style>
background-color css
<style>
a { background-color: #D153AC; }
a { background-color: rgb(209,83,172); }
div.DivClassName
{
background-color: #D153AC;
}
.BgClassName
{
background-color: #D153AC;
}
</style>
border-color css
<style>
span { border-color: #D153AC; }
span { border-color: rgb(209,83,172); }
td.TdClassName
{
border-color: #D153AC;
}
.TagClassName
{
border-color: #D153AC;
}
</style>