Shades of Fuchsia #D247C2
Tints of Fuchsia #D247C2
RGB
CMYK
RGB Variations
Color information
#D247C2 (or 0xD247C2) is known color: Fuchsia. HEX triplet: D2, 47 and C2. RGB value is (210,71,194). Sum of RGB (Red+Green+Blue) = 210+71+194=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D247C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247C2 is #2DB83D. Grayscale: #7E7E7E. Windows color (decimal): -2996286 or 12732370. OLE color: 12732370.
HSL color Cylindrical-coordinate representation of color #D247C2: hue angle of 306.91º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D247C2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 194 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.18 |
| HSL | 306.91º | 0.61% | 0.55% | - |
| HSV(B) | 306.91º | 0.66% | 0.82% | - |
| XYZ | 38.57 | 22.1 | 53.27 | - |
| YUV | 126.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 194 | 0 | 0.66 | 0.08 | 0.18 | 306.91 | 0.61 | 0.55 |
| Hex | D2 | 47 | C2 | 0 | 42 | 8 | 12 | 133 | 3D | 37 |
| Octal | 322 | 107 | 302 | 0 | 102 | 10 | 22 | 463 | 75 | 67 |
| Binary | 11010010 | 1000111 | 11000010 | 0 | 1000010 | 1000 | 10010 | 100110011 | 111101 | 110111 |
Color Harmonies of #D247C2
Complementary color
Monochromatic Colors of #D247C2
Black with #D247C2
Text Example
Text Example
White with #D247C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247C2; }
p { color: rgb(210,71,194); }
H1.HeaderClassName
{
color: #D247C2;
}
.AnyTagClassName
{
color: #D247C2;
}
</style>
background-color css
<style>
a { background-color: #D247C2; }
a { background-color: rgb(210,71,194); }
div.DivClassName
{
background-color: #D247C2;
}
.BgClassName
{
background-color: #D247C2;
}
</style>
border-color css
<style>
span { border-color: #D247C2; }
span { border-color: rgb(210,71,194); }
td.TdClassName
{
border-color: #D247C2;
}
.TagClassName
{
border-color: #D247C2;
}
</style>