Shades of Fuchsia #D249B4
Tints of Fuchsia #D249B4
RGB
CMYK
RGB Variations
Color information
#D249B4 (or 0xD249B4) is known color: Fuchsia. HEX triplet: D2, 49 and B4. RGB value is (210,73,180). Sum of RGB (Red+Green+Blue) = 210+73+180=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D249B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249B4 is #2DB64B. Grayscale: #7D7D7D. Windows color (decimal): -2995788 or 11815378. OLE color: 11815378.
HSL color Cylindrical-coordinate representation of color #D249B4: hue angle of 313.14º 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 #D249B4 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 180 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.18 |
| HSL | 313.14º | 0.6% | 0.55% | - |
| HSV(B) | 313.14º | 0.65% | 0.82% | - |
| XYZ | 37.2 | 21.76 | 45.42 | - |
| YUV | 126.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 180 | 0 | 0.65 | 0.14 | 0.18 | 313.14 | 0.6 | 0.55 |
| Hex | D2 | 49 | B4 | 0 | 41 | E | 12 | 139 | 3C | 37 |
| Octal | 322 | 111 | 264 | 0 | 101 | 16 | 22 | 471 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10110100 | 0 | 1000001 | 1110 | 10010 | 100111001 | 111100 | 110111 |
Color Harmonies of #D249B4
Complementary color
Monochromatic Colors of #D249B4
Black with #D249B4
Text Example
Text Example
White with #D249B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249B4; }
p { color: rgb(210,73,180); }
H1.HeaderClassName
{
color: #D249B4;
}
.AnyTagClassName
{
color: #D249B4;
}
</style>
background-color css
<style>
a { background-color: #D249B4; }
a { background-color: rgb(210,73,180); }
div.DivClassName
{
background-color: #D249B4;
}
.BgClassName
{
background-color: #D249B4;
}
</style>
border-color css
<style>
span { border-color: #D249B4; }
span { border-color: rgb(210,73,180); }
td.TdClassName
{
border-color: #D249B4;
}
.TagClassName
{
border-color: #D249B4;
}
</style>