Shades of Fuchsia #D249AD
Tints of Fuchsia #D249AD
RGB
CMYK
RGB Variations
Color information
#D249AD (or 0xD249AD) is known color: Fuchsia. HEX triplet: D2, 49 and AD. RGB value is (210,73,173). Sum of RGB (Red+Green+Blue) = 210+73+173=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D249AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249AD is #2DB652. Grayscale: #7D7D7D. Windows color (decimal): -2995795 or 11356626. OLE color: 11356626.
HSL color Cylindrical-coordinate representation of color #D249AD: hue angle of 316.2º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249AD is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 173 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.18 |
| HSL | 316.2º | 0.6% | 0.55% | - |
| HSV(B) | 316.2º | 0.65% | 0.82% | - |
| XYZ | 36.5 | 21.48 | 41.76 | - |
| YUV | 125.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 173 | 0 | 0.65 | 0.18 | 0.18 | 316.2 | 0.6 | 0.55 |
| Hex | D2 | 49 | AD | 0 | 41 | 12 | 12 | 13C | 3C | 37 |
| Octal | 322 | 111 | 255 | 0 | 101 | 22 | 22 | 474 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10101101 | 0 | 1000001 | 10010 | 10010 | 100111100 | 111100 | 110111 |
Color Harmonies of #D249AD
Complementary color
Monochromatic Colors of #D249AD
Black with #D249AD
Text Example
Text Example
White with #D249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249AD; }
p { color: rgb(210,73,173); }
H1.HeaderClassName
{
color: #D249AD;
}
.AnyTagClassName
{
color: #D249AD;
}
</style>
background-color css
<style>
a { background-color: #D249AD; }
a { background-color: rgb(210,73,173); }
div.DivClassName
{
background-color: #D249AD;
}
.BgClassName
{
background-color: #D249AD;
}
</style>
border-color css
<style>
span { border-color: #D249AD; }
span { border-color: rgb(210,73,173); }
td.TdClassName
{
border-color: #D249AD;
}
.TagClassName
{
border-color: #D249AD;
}
</style>