Shades of Fuchsia #D249BD
Tints of Fuchsia #D249BD
RGB
CMYK
RGB Variations
Color information
#D249BD (or 0xD249BD) is known color: Fuchsia. HEX triplet: D2, 49 and BD. RGB value is (210,73,189). Sum of RGB (Red+Green+Blue) = 210+73+189=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D249BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249BD is #2DB642. Grayscale: #7E7E7E. Windows color (decimal): -2995779 or 12405202. OLE color: 12405202.
HSL color Cylindrical-coordinate representation of color #D249BD: hue angle of 309.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 #D249BD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 189 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.2º | 0.6% | 0.55% | - |
| HSV(B) | 309.2º | 0.65% | 0.82% | - |
| XYZ | 38.15 | 22.14 | 50.41 | - |
| YUV | 127.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 189 | 0 | 0.65 | 0.10 | 0.18 | 309.2 | 0.6 | 0.55 |
| Hex | D2 | 49 | BD | 0 | 41 | A | 12 | 135 | 3C | 37 |
| Octal | 322 | 111 | 275 | 0 | 101 | 12 | 22 | 465 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10111101 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111100 | 110111 |
Color Harmonies of #D249BD
Complementary color
Monochromatic Colors of #D249BD
Black with #D249BD
Text Example
Text Example
White with #D249BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249BD; }
p { color: rgb(210,73,189); }
H1.HeaderClassName
{
color: #D249BD;
}
.AnyTagClassName
{
color: #D249BD;
}
</style>
background-color css
<style>
a { background-color: #D249BD; }
a { background-color: rgb(210,73,189); }
div.DivClassName
{
background-color: #D249BD;
}
.BgClassName
{
background-color: #D249BD;
}
</style>
border-color css
<style>
span { border-color: #D249BD; }
span { border-color: rgb(210,73,189); }
td.TdClassName
{
border-color: #D249BD;
}
.TagClassName
{
border-color: #D249BD;
}
</style>