Shades of Fuchsia #D249CD
Tints of Fuchsia #D249CD
RGB
CMYK
RGB Variations
Color information
#D249CD (or 0xD249CD) is known color: Fuchsia. HEX triplet: D2, 49 and CD. RGB value is (210,73,205). Sum of RGB (Red+Green+Blue) = 210+73+205=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CD is #2DB632. Grayscale: #808080. Windows color (decimal): -2995763 or 13453778. OLE color: 13453778.
HSL color Cylindrical-coordinate representation of color #D249CD: hue angle of 302.19º 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 #D249CD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 205 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.18 |
| HSL | 302.19º | 0.6% | 0.55% | - |
| HSV(B) | 302.19º | 0.65% | 0.82% | - |
| XYZ | 39.98 | 22.87 | 60.07 | - |
| YUV | 129.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 205 | 0 | 0.65 | 0.02 | 0.18 | 302.19 | 0.6 | 0.55 |
| Hex | D2 | 49 | CD | 0 | 41 | 2 | 12 | 12E | 3C | 37 |
| Octal | 322 | 111 | 315 | 0 | 101 | 2 | 22 | 456 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11001101 | 0 | 1000001 | 10 | 10010 | 100101110 | 111100 | 110111 |
Color Harmonies of #D249CD
Complementary color
Monochromatic Colors of #D249CD
Black with #D249CD
Text Example
Text Example
White with #D249CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249CD; }
p { color: rgb(210,73,205); }
H1.HeaderClassName
{
color: #D249CD;
}
.AnyTagClassName
{
color: #D249CD;
}
</style>
background-color css
<style>
a { background-color: #D249CD; }
a { background-color: rgb(210,73,205); }
div.DivClassName
{
background-color: #D249CD;
}
.BgClassName
{
background-color: #D249CD;
}
</style>
border-color css
<style>
span { border-color: #D249CD; }
span { border-color: rgb(210,73,205); }
td.TdClassName
{
border-color: #D249CD;
}
.TagClassName
{
border-color: #D249CD;
}
</style>