Shades of Fuchsia #D249D1
Tints of Fuchsia #D249D1
RGB
CMYK
RGB Variations
Color information
#D249D1 (or 0xD249D1) is known color: Fuchsia. HEX triplet: D2, 49 and D1. RGB value is (210,73,209). Sum of RGB (Red+Green+Blue) = 210+73+209=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D249D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249D1 is #2DB62E. Grayscale: #818181. Windows color (decimal): -2995759 or 13715922. OLE color: 13715922.
HSL color Cylindrical-coordinate representation of color #D249D1: hue angle of 300.44º 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 #D249D1 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 209 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.18 |
| HSL | 300.44º | 0.6% | 0.55% | - |
| HSV(B) | 300.44º | 0.65% | 0.82% | - |
| XYZ | 40.47 | 23.07 | 62.64 | - |
| YUV | 129.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 209 | 0 | 0.65 | 0.00 | 0.18 | 300.44 | 0.6 | 0.55 |
| Hex | D2 | 49 | D1 | 0 | 41 | 0 | 12 | 12C | 3C | 37 |
| Octal | 322 | 111 | 321 | 0 | 101 | 0 | 22 | 454 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11010001 | 0 | 1000001 | 0 | 10010 | 100101100 | 111100 | 110111 |
Color Harmonies of #D249D1
Complementary color
Monochromatic Colors of #D249D1
Black with #D249D1
Text Example
Text Example
White with #D249D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249D1; }
p { color: rgb(210,73,209); }
H1.HeaderClassName
{
color: #D249D1;
}
.AnyTagClassName
{
color: #D249D1;
}
</style>
background-color css
<style>
a { background-color: #D249D1; }
a { background-color: rgb(210,73,209); }
div.DivClassName
{
background-color: #D249D1;
}
.BgClassName
{
background-color: #D249D1;
}
</style>
border-color css
<style>
span { border-color: #D249D1; }
span { border-color: rgb(210,73,209); }
td.TdClassName
{
border-color: #D249D1;
}
.TagClassName
{
border-color: #D249D1;
}
</style>