Shades of Fuchsia #D249AF
Tints of Fuchsia #D249AF
RGB
CMYK
RGB Variations
Color information
#D249AF (or 0xD249AF) is known color: Fuchsia. HEX triplet: D2, 49 and AF. RGB value is (210,73,175). Sum of RGB (Red+Green+Blue) = 210+73+175=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D249AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249AF is #2DB650. Grayscale: #7D7D7D. Windows color (decimal): -2995793 or 11487698. OLE color: 11487698.
HSL color Cylindrical-coordinate representation of color #D249AF: hue angle of 315.33º 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 #D249AF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 175 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.18 |
| HSL | 315.33º | 0.6% | 0.55% | - |
| HSV(B) | 315.33º | 0.65% | 0.82% | - |
| XYZ | 36.7 | 21.56 | 42.79 | - |
| YUV | 125.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 175 | 0 | 0.65 | 0.17 | 0.18 | 315.33 | 0.6 | 0.55 |
| Hex | D2 | 49 | AF | 0 | 41 | 11 | 12 | 13B | 3C | 37 |
| Octal | 322 | 111 | 257 | 0 | 101 | 21 | 22 | 473 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10101111 | 0 | 1000001 | 10001 | 10010 | 100111011 | 111100 | 110111 |
Color Harmonies of #D249AF
Complementary color
Monochromatic Colors of #D249AF
Black with #D249AF
Text Example
Text Example
White with #D249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249AF; }
p { color: rgb(210,73,175); }
H1.HeaderClassName
{
color: #D249AF;
}
.AnyTagClassName
{
color: #D249AF;
}
</style>
background-color css
<style>
a { background-color: #D249AF; }
a { background-color: rgb(210,73,175); }
div.DivClassName
{
background-color: #D249AF;
}
.BgClassName
{
background-color: #D249AF;
}
</style>
border-color css
<style>
span { border-color: #D249AF; }
span { border-color: rgb(210,73,175); }
td.TdClassName
{
border-color: #D249AF;
}
.TagClassName
{
border-color: #D249AF;
}
</style>