Shades of Fuchsia #D248C5
Tints of Fuchsia #D248C5
RGB
CMYK
RGB Variations
Color information
#D248C5 (or 0xD248C5) is known color: Fuchsia. HEX triplet: D2, 48 and C5. RGB value is (210,72,197). Sum of RGB (Red+Green+Blue) = 210+72+197=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D248C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248C5 is #2DB73A. Grayscale: #7F7F7F. Windows color (decimal): -2996027 or 12929234. OLE color: 12929234.
HSL color Cylindrical-coordinate representation of color #D248C5: hue angle of 305.65º 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 #D248C5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 197 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.18 |
| HSL | 305.65º | 0.61% | 0.55% | - |
| HSV(B) | 305.65º | 0.66% | 0.82% | - |
| XYZ | 38.97 | 22.37 | 55.09 | - |
| YUV | 127.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 197 | 0 | 0.66 | 0.06 | 0.18 | 305.65 | 0.61 | 0.55 |
| Hex | D2 | 48 | C5 | 0 | 42 | 6 | 12 | 132 | 3D | 37 |
| Octal | 322 | 110 | 305 | 0 | 102 | 6 | 22 | 462 | 75 | 67 |
| Binary | 11010010 | 1001000 | 11000101 | 0 | 1000010 | 110 | 10010 | 100110010 | 111101 | 110111 |
Color Harmonies of #D248C5
Complementary color
Monochromatic Colors of #D248C5
Black with #D248C5
Text Example
Text Example
White with #D248C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248C5; }
p { color: rgb(210,72,197); }
H1.HeaderClassName
{
color: #D248C5;
}
.AnyTagClassName
{
color: #D248C5;
}
</style>
background-color css
<style>
a { background-color: #D248C5; }
a { background-color: rgb(210,72,197); }
div.DivClassName
{
background-color: #D248C5;
}
.BgClassName
{
background-color: #D248C5;
}
</style>
border-color css
<style>
span { border-color: #D248C5; }
span { border-color: rgb(210,72,197); }
td.TdClassName
{
border-color: #D248C5;
}
.TagClassName
{
border-color: #D248C5;
}
</style>