Shades of Fuchsia #D249B1
Tints of Fuchsia #D249B1
RGB
CMYK
RGB Variations
Color information
#D249B1 (or 0xD249B1) is known color: Fuchsia. HEX triplet: D2, 49 and B1. RGB value is (210,73,177). Sum of RGB (Red+Green+Blue) = 210+73+177=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D249B1 is #2DB64E. Grayscale: #7D7D7D. Windows color (decimal): -2995791 or 11618770. OLE color: 11618770.
HSL color Cylindrical-coordinate representation of color #D249B1: hue angle of 314.45º 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 #D249B1 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 177 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.18 |
| HSL | 314.45º | 0.6% | 0.55% | - |
| HSV(B) | 314.45º | 0.65% | 0.82% | - |
| XYZ | 36.9 | 21.64 | 43.83 | - |
| YUV | 125.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 177 | 0 | 0.65 | 0.16 | 0.18 | 314.45 | 0.6 | 0.55 |
| Hex | D2 | 49 | B1 | 0 | 41 | 10 | 12 | 13A | 3C | 37 |
| Octal | 322 | 111 | 261 | 0 | 101 | 20 | 22 | 472 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10110001 | 0 | 1000001 | 10000 | 10010 | 100111010 | 111100 | 110111 |
Color Harmonies of #D249B1
Complementary color
Monochromatic Colors of #D249B1
Black with #D249B1
Text Example
Text Example
White with #D249B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249B1; }
p { color: rgb(210,73,177); }
H1.HeaderClassName
{
color: #D249B1;
}
.AnyTagClassName
{
color: #D249B1;
}
</style>
background-color css
<style>
a { background-color: #D249B1; }
a { background-color: rgb(210,73,177); }
div.DivClassName
{
background-color: #D249B1;
}
.BgClassName
{
background-color: #D249B1;
}
</style>
border-color css
<style>
span { border-color: #D249B1; }
span { border-color: rgb(210,73,177); }
td.TdClassName
{
border-color: #D249B1;
}
.TagClassName
{
border-color: #D249B1;
}
</style>