Shades of Fuchsia #D249C4
Tints of Fuchsia #D249C4
RGB
CMYK
RGB Variations
Color information
#D249C4 (or 0xD249C4) is known color: Fuchsia. HEX triplet: D2, 49 and C4. RGB value is (210,73,196). Sum of RGB (Red+Green+Blue) = 210+73+196=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D249C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249C4 is #2DB63B. Grayscale: #7F7F7F. Windows color (decimal): -2995772 or 12863954. OLE color: 12863954.
HSL color Cylindrical-coordinate representation of color #D249C4: hue angle of 306.13º 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 #D249C4 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 196 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.18 |
| HSL | 306.13º | 0.6% | 0.55% | - |
| HSV(B) | 306.13º | 0.65% | 0.82% | - |
| XYZ | 38.92 | 22.45 | 54.51 | - |
| YUV | 127.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 196 | 0 | 0.65 | 0.07 | 0.18 | 306.13 | 0.6 | 0.55 |
| Hex | D2 | 49 | C4 | 0 | 41 | 7 | 12 | 132 | 3C | 37 |
| Octal | 322 | 111 | 304 | 0 | 101 | 7 | 22 | 462 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11000100 | 0 | 1000001 | 111 | 10010 | 100110010 | 111100 | 110111 |
Color Harmonies of #D249C4
Complementary color
Monochromatic Colors of #D249C4
Black with #D249C4
Text Example
Text Example
White with #D249C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249C4; }
p { color: rgb(210,73,196); }
H1.HeaderClassName
{
color: #D249C4;
}
.AnyTagClassName
{
color: #D249C4;
}
</style>
background-color css
<style>
a { background-color: #D249C4; }
a { background-color: rgb(210,73,196); }
div.DivClassName
{
background-color: #D249C4;
}
.BgClassName
{
background-color: #D249C4;
}
</style>
border-color css
<style>
span { border-color: #D249C4; }
span { border-color: rgb(210,73,196); }
td.TdClassName
{
border-color: #D249C4;
}
.TagClassName
{
border-color: #D249C4;
}
</style>