Shades of Fuchsia #D249C1
Tints of Fuchsia #D249C1
RGB
CMYK
RGB Variations
Color information
#D249C1 (or 0xD249C1) is known color: Fuchsia. HEX triplet: D2, 49 and C1. RGB value is (210,73,193). Sum of RGB (Red+Green+Blue) = 210+73+193=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D249C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249C1 is #2DB63E. Grayscale: #7F7F7F. Windows color (decimal): -2995775 or 12667346. OLE color: 12667346.
HSL color Cylindrical-coordinate representation of color #D249C1: hue angle of 307.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 #D249C1 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 193 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.18 |
| HSL | 307.45º | 0.6% | 0.55% | - |
| HSV(B) | 307.45º | 0.65% | 0.82% | - |
| XYZ | 38.59 | 22.32 | 52.73 | - |
| YUV | 127.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 193 | 0 | 0.65 | 0.08 | 0.18 | 307.45 | 0.6 | 0.55 |
| Hex | D2 | 49 | C1 | 0 | 41 | 8 | 12 | 133 | 3C | 37 |
| Octal | 322 | 111 | 301 | 0 | 101 | 10 | 22 | 463 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11000001 | 0 | 1000001 | 1000 | 10010 | 100110011 | 111100 | 110111 |
Color Harmonies of #D249C1
Complementary color
Monochromatic Colors of #D249C1
Black with #D249C1
Text Example
Text Example
White with #D249C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249C1; }
p { color: rgb(210,73,193); }
H1.HeaderClassName
{
color: #D249C1;
}
.AnyTagClassName
{
color: #D249C1;
}
</style>
background-color css
<style>
a { background-color: #D249C1; }
a { background-color: rgb(210,73,193); }
div.DivClassName
{
background-color: #D249C1;
}
.BgClassName
{
background-color: #D249C1;
}
</style>
border-color css
<style>
span { border-color: #D249C1; }
span { border-color: rgb(210,73,193); }
td.TdClassName
{
border-color: #D249C1;
}
.TagClassName
{
border-color: #D249C1;
}
</style>