Shades of Fuchsia #D247C3
Tints of Fuchsia #D247C3
RGB
CMYK
RGB Variations
Color information
#D247C3 (or 0xD247C3) is known color: Fuchsia. HEX triplet: D2, 47 and C3. RGB value is (210,71,195). Sum of RGB (Red+Green+Blue) = 210+71+195=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D247C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D247C3 is #2DB83C. Grayscale: #7E7E7E. Windows color (decimal): -2996285 or 12797906. OLE color: 12797906.
HSL color Cylindrical-coordinate representation of color #D247C3: hue angle of 306.47º 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 #D247C3 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 195 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.18 |
| HSL | 306.47º | 0.61% | 0.55% | - |
| HSV(B) | 306.47º | 0.66% | 0.82% | - |
| XYZ | 38.68 | 22.15 | 53.87 | - |
| YUV | 126.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 195 | 0 | 0.66 | 0.07 | 0.18 | 306.47 | 0.61 | 0.55 |
| Hex | D2 | 47 | C3 | 0 | 42 | 7 | 12 | 132 | 3D | 37 |
| Octal | 322 | 107 | 303 | 0 | 102 | 7 | 22 | 462 | 75 | 67 |
| Binary | 11010010 | 1000111 | 11000011 | 0 | 1000010 | 111 | 10010 | 100110010 | 111101 | 110111 |
Color Harmonies of #D247C3
Complementary color
Monochromatic Colors of #D247C3
Black with #D247C3
Text Example
Text Example
White with #D247C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247C3; }
p { color: rgb(210,71,195); }
H1.HeaderClassName
{
color: #D247C3;
}
.AnyTagClassName
{
color: #D247C3;
}
</style>
background-color css
<style>
a { background-color: #D247C3; }
a { background-color: rgb(210,71,195); }
div.DivClassName
{
background-color: #D247C3;
}
.BgClassName
{
background-color: #D247C3;
}
</style>
border-color css
<style>
span { border-color: #D247C3; }
span { border-color: rgb(210,71,195); }
td.TdClassName
{
border-color: #D247C3;
}
.TagClassName
{
border-color: #D247C3;
}
</style>