Shades of Fuchsia #D249B6
Tints of Fuchsia #D249B6
RGB
CMYK
RGB Variations
Color information
#D249B6 (or 0xD249B6) is known color: Fuchsia. HEX triplet: D2, 49 and B6. RGB value is (210,73,182). Sum of RGB (Red+Green+Blue) = 210+73+182=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249B6 is #2DB649. Grayscale: #7E7E7E. Windows color (decimal): -2995786 or 11946450. OLE color: 11946450.
HSL color Cylindrical-coordinate representation of color #D249B6: hue angle of 312.26º 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 #D249B6 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 182 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.18 |
| HSL | 312.26º | 0.6% | 0.55% | - |
| HSV(B) | 312.26º | 0.65% | 0.82% | - |
| XYZ | 37.4 | 21.84 | 46.5 | - |
| YUV | 126.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 182 | 0 | 0.65 | 0.13 | 0.18 | 312.26 | 0.6 | 0.55 |
| Hex | D2 | 49 | B6 | 0 | 41 | D | 12 | 138 | 3C | 37 |
| Octal | 322 | 111 | 266 | 0 | 101 | 15 | 22 | 470 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10110110 | 0 | 1000001 | 1101 | 10010 | 100111000 | 111100 | 110111 |
Color Harmonies of #D249B6
Complementary color
Monochromatic Colors of #D249B6
Black with #D249B6
Text Example
Text Example
White with #D249B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249B6; }
p { color: rgb(210,73,182); }
H1.HeaderClassName
{
color: #D249B6;
}
.AnyTagClassName
{
color: #D249B6;
}
</style>
background-color css
<style>
a { background-color: #D249B6; }
a { background-color: rgb(210,73,182); }
div.DivClassName
{
background-color: #D249B6;
}
.BgClassName
{
background-color: #D249B6;
}
</style>
border-color css
<style>
span { border-color: #D249B6; }
span { border-color: rgb(210,73,182); }
td.TdClassName
{
border-color: #D249B6;
}
.TagClassName
{
border-color: #D249B6;
}
</style>