Shades of Fuchsia #D249CE
Tints of Fuchsia #D249CE
RGB
CMYK
RGB Variations
Color information
#D249CE (or 0xD249CE) is known color: Fuchsia. HEX triplet: D2, 49 and CE. RGB value is (210,73,206). Sum of RGB (Red+Green+Blue) = 210+73+206=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CE is #2DB631. Grayscale: #808080. Windows color (decimal): -2995762 or 13519314. OLE color: 13519314.
HSL color Cylindrical-coordinate representation of color #D249CE: hue angle of 301.75º 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 #D249CE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 206 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.18 |
| HSL | 301.75º | 0.6% | 0.55% | - |
| HSV(B) | 301.75º | 0.65% | 0.82% | - |
| XYZ | 40.1 | 22.92 | 60.7 | - |
| YUV | 129.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 206 | 0 | 0.65 | 0.02 | 0.18 | 301.75 | 0.6 | 0.55 |
| Hex | D2 | 49 | CE | 0 | 41 | 2 | 12 | 12E | 3C | 37 |
| Octal | 322 | 111 | 316 | 0 | 101 | 2 | 22 | 456 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11001110 | 0 | 1000001 | 10 | 10010 | 100101110 | 111100 | 110111 |
Color Harmonies of #D249CE
Complementary color
Monochromatic Colors of #D249CE
Black with #D249CE
Text Example
Text Example
White with #D249CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249CE; }
p { color: rgb(210,73,206); }
H1.HeaderClassName
{
color: #D249CE;
}
.AnyTagClassName
{
color: #D249CE;
}
</style>
background-color css
<style>
a { background-color: #D249CE; }
a { background-color: rgb(210,73,206); }
div.DivClassName
{
background-color: #D249CE;
}
.BgClassName
{
background-color: #D249CE;
}
</style>
border-color css
<style>
span { border-color: #D249CE; }
span { border-color: rgb(210,73,206); }
td.TdClassName
{
border-color: #D249CE;
}
.TagClassName
{
border-color: #D249CE;
}
</style>