Shades of Fuchsia #D249BE
Tints of Fuchsia #D249BE
RGB
CMYK
RGB Variations
Color information
#D249BE (or 0xD249BE) is known color: Fuchsia. HEX triplet: D2, 49 and BE. RGB value is (210,73,190). Sum of RGB (Red+Green+Blue) = 210+73+190=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D249BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249BE is #2DB641. Grayscale: #7E7E7E. Windows color (decimal): -2995778 or 12470738. OLE color: 12470738.
HSL color Cylindrical-coordinate representation of color #D249BE: hue angle of 308.76º 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 #D249BE is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 190 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 308.76º | 0.6% | 0.55% | - |
| HSV(B) | 308.76º | 0.65% | 0.82% | - |
| XYZ | 38.26 | 22.18 | 50.98 | - |
| YUV | 127.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 190 | 0 | 0.65 | 0.10 | 0.18 | 308.76 | 0.6 | 0.55 |
| Hex | D2 | 49 | BE | 0 | 41 | A | 12 | 135 | 3C | 37 |
| Octal | 322 | 111 | 276 | 0 | 101 | 12 | 22 | 465 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10111110 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111100 | 110111 |
Color Harmonies of #D249BE
Complementary color
Monochromatic Colors of #D249BE
Black with #D249BE
Text Example
Text Example
White with #D249BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249BE; }
p { color: rgb(210,73,190); }
H1.HeaderClassName
{
color: #D249BE;
}
.AnyTagClassName
{
color: #D249BE;
}
</style>
background-color css
<style>
a { background-color: #D249BE; }
a { background-color: rgb(210,73,190); }
div.DivClassName
{
background-color: #D249BE;
}
.BgClassName
{
background-color: #D249BE;
}
</style>
border-color css
<style>
span { border-color: #D249BE; }
span { border-color: rgb(210,73,190); }
td.TdClassName
{
border-color: #D249BE;
}
.TagClassName
{
border-color: #D249BE;
}
</style>