Shades of Fuchsia #D249B9
Tints of Fuchsia #D249B9
RGB
CMYK
RGB Variations
Color information
#D249B9 (or 0xD249B9) is known color: Fuchsia. HEX triplet: D2, 49 and B9. RGB value is (210,73,185). Sum of RGB (Red+Green+Blue) = 210+73+185=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249B9 is #2DB646. Grayscale: #7E7E7E. Windows color (decimal): -2995783 or 12143058. OLE color: 12143058.
HSL color Cylindrical-coordinate representation of color #D249B9: hue angle of 310.95º 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 #D249B9 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 185 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.18 |
| HSL | 310.95º | 0.6% | 0.55% | - |
| HSV(B) | 310.95º | 0.65% | 0.82% | - |
| XYZ | 37.72 | 21.97 | 48.15 | - |
| YUV | 126.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 185 | 0 | 0.65 | 0.12 | 0.18 | 310.95 | 0.6 | 0.55 |
| Hex | D2 | 49 | B9 | 0 | 41 | C | 12 | 137 | 3C | 37 |
| Octal | 322 | 111 | 271 | 0 | 101 | 14 | 22 | 467 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10111001 | 0 | 1000001 | 1100 | 10010 | 100110111 | 111100 | 110111 |
Color Harmonies of #D249B9
Complementary color
Monochromatic Colors of #D249B9
Black with #D249B9
Text Example
Text Example
White with #D249B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249B9; }
p { color: rgb(210,73,185); }
H1.HeaderClassName
{
color: #D249B9;
}
.AnyTagClassName
{
color: #D249B9;
}
</style>
background-color css
<style>
a { background-color: #D249B9; }
a { background-color: rgb(210,73,185); }
div.DivClassName
{
background-color: #D249B9;
}
.BgClassName
{
background-color: #D249B9;
}
</style>
border-color css
<style>
span { border-color: #D249B9; }
span { border-color: rgb(210,73,185); }
td.TdClassName
{
border-color: #D249B9;
}
.TagClassName
{
border-color: #D249B9;
}
</style>