Shades of Fuchsia #D249BC
Tints of Fuchsia #D249BC
RGB
CMYK
RGB Variations
Color information
#D249BC (or 0xD249BC) is known color: Fuchsia. HEX triplet: D2, 49 and BC. RGB value is (210,73,188). Sum of RGB (Red+Green+Blue) = 210+73+188=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D249BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249BC is #2DB643. Grayscale: #7E7E7E. Windows color (decimal): -2995780 or 12339666. OLE color: 12339666.
HSL color Cylindrical-coordinate representation of color #D249BC: hue angle of 309.64º 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 #D249BC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 188 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.64º | 0.6% | 0.55% | - |
| HSV(B) | 309.64º | 0.65% | 0.82% | - |
| XYZ | 38.04 | 22.1 | 49.84 | - |
| YUV | 127.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 188 | 0 | 0.65 | 0.10 | 0.18 | 309.64 | 0.6 | 0.55 |
| Hex | D2 | 49 | BC | 0 | 41 | A | 12 | 136 | 3C | 37 |
| Octal | 322 | 111 | 274 | 0 | 101 | 12 | 22 | 466 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10111100 | 0 | 1000001 | 1010 | 10010 | 100110110 | 111100 | 110111 |
Color Harmonies of #D249BC
Complementary color
Monochromatic Colors of #D249BC
Black with #D249BC
Text Example
Text Example
White with #D249BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249BC; }
p { color: rgb(210,73,188); }
H1.HeaderClassName
{
color: #D249BC;
}
.AnyTagClassName
{
color: #D249BC;
}
</style>
background-color css
<style>
a { background-color: #D249BC; }
a { background-color: rgb(210,73,188); }
div.DivClassName
{
background-color: #D249BC;
}
.BgClassName
{
background-color: #D249BC;
}
</style>
border-color css
<style>
span { border-color: #D249BC; }
span { border-color: rgb(210,73,188); }
td.TdClassName
{
border-color: #D249BC;
}
.TagClassName
{
border-color: #D249BC;
}
</style>