Shades of Fuchsia #D249CC
Tints of Fuchsia #D249CC
RGB
CMYK
RGB Variations
Color information
#D249CC (or 0xD249CC) is known color: Fuchsia. HEX triplet: D2, 49 and CC. RGB value is (210,73,204). Sum of RGB (Red+Green+Blue) = 210+73+204=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CC is #2DB633. Grayscale: #808080. Windows color (decimal): -2995764 or 13388242. OLE color: 13388242.
HSL color Cylindrical-coordinate representation of color #D249CC: hue angle of 302.63º 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 #D249CC is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 204 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.18 |
| HSL | 302.63º | 0.6% | 0.55% | - |
| HSV(B) | 302.63º | 0.65% | 0.82% | - |
| XYZ | 39.86 | 22.83 | 59.43 | - |
| YUV | 128.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 204 | 0 | 0.65 | 0.03 | 0.18 | 302.63 | 0.6 | 0.55 |
| Hex | D2 | 49 | CC | 0 | 41 | 3 | 12 | 12F | 3C | 37 |
| Octal | 322 | 111 | 314 | 0 | 101 | 3 | 22 | 457 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11001100 | 0 | 1000001 | 11 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D249CC
Complementary color
Monochromatic Colors of #D249CC
Black with #D249CC
Text Example
Text Example
White with #D249CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249CC; }
p { color: rgb(210,73,204); }
H1.HeaderClassName
{
color: #D249CC;
}
.AnyTagClassName
{
color: #D249CC;
}
</style>
background-color css
<style>
a { background-color: #D249CC; }
a { background-color: rgb(210,73,204); }
div.DivClassName
{
background-color: #D249CC;
}
.BgClassName
{
background-color: #D249CC;
}
</style>
border-color css
<style>
span { border-color: #D249CC; }
span { border-color: rgb(210,73,204); }
td.TdClassName
{
border-color: #D249CC;
}
.TagClassName
{
border-color: #D249CC;
}
</style>