Shades of Fuchsia #D153AD
Tints of Fuchsia #D153AD
RGB
CMYK
RGB Variations
Color information
#D153AD (or 0xD153AD) is known color: Fuchsia. HEX triplet: D1, 53 and AD. RGB value is (209,83,173). Sum of RGB (Red+Green+Blue) = 209+83+173=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D153AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D153AD is #2EAC52. Grayscale: #828282. Windows color (decimal): -3058771 or 11359185. OLE color: 11359185.
HSL color Cylindrical-coordinate representation of color #D153AD: hue angle of 317.14º 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 #D153AD is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 173 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.18 |
| HSL | 317.14º | 0.58% | 0.57% | - |
| HSV(B) | 317.14º | 0.6% | 0.82% | - |
| XYZ | 36.93 | 22.76 | 41.98 | - |
| YUV | 130.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 173 | 0 | 0.60 | 0.17 | 0.18 | 317.14 | 0.58 | 0.57 |
| Hex | D1 | 53 | AD | 0 | 3C | 11 | 12 | 13D | 3A | 39 |
| Octal | 321 | 123 | 255 | 0 | 74 | 21 | 22 | 475 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10101101 | 0 | 111100 | 10001 | 10010 | 100111101 | 111010 | 111001 |
Color Harmonies of #D153AD
Complementary color
Monochromatic Colors of #D153AD
Black with #D153AD
Text Example
Text Example
White with #D153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153AD; }
p { color: rgb(209,83,173); }
H1.HeaderClassName
{
color: #D153AD;
}
.AnyTagClassName
{
color: #D153AD;
}
</style>
background-color css
<style>
a { background-color: #D153AD; }
a { background-color: rgb(209,83,173); }
div.DivClassName
{
background-color: #D153AD;
}
.BgClassName
{
background-color: #D153AD;
}
</style>
border-color css
<style>
span { border-color: #D153AD; }
span { border-color: rgb(209,83,173); }
td.TdClassName
{
border-color: #D153AD;
}
.TagClassName
{
border-color: #D153AD;
}
</style>