Shades of Fuchsia #D248C8
Tints of Fuchsia #D248C8
RGB
CMYK
RGB Variations
Color information
#D248C8 (or 0xD248C8) is known color: Fuchsia. HEX triplet: D2, 48 and C8. RGB value is (210,72,200). Sum of RGB (Red+Green+Blue) = 210+72+200=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D248C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248C8 is #2DB737. Grayscale: #7F7F7F. Windows color (decimal): -2996024 or 13125842. OLE color: 13125842.
HSL color Cylindrical-coordinate representation of color #D248C8: hue angle of 304.35º 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 #D248C8 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 200 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.35º | 0.61% | 0.55% | - |
| HSV(B) | 304.35º | 0.66% | 0.82% | - |
| XYZ | 39.32 | 22.51 | 56.92 | - |
| YUV | 127.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 200 | 0 | 0.66 | 0.05 | 0.18 | 304.35 | 0.61 | 0.55 |
| Hex | D2 | 48 | C8 | 0 | 42 | 5 | 12 | 130 | 3D | 37 |
| Octal | 322 | 110 | 310 | 0 | 102 | 5 | 22 | 460 | 75 | 67 |
| Binary | 11010010 | 1001000 | 11001000 | 0 | 1000010 | 101 | 10010 | 100110000 | 111101 | 110111 |
Color Harmonies of #D248C8
Complementary color
Monochromatic Colors of #D248C8
Black with #D248C8
Text Example
Text Example
White with #D248C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248C8; }
p { color: rgb(210,72,200); }
H1.HeaderClassName
{
color: #D248C8;
}
.AnyTagClassName
{
color: #D248C8;
}
</style>
background-color css
<style>
a { background-color: #D248C8; }
a { background-color: rgb(210,72,200); }
div.DivClassName
{
background-color: #D248C8;
}
.BgClassName
{
background-color: #D248C8;
}
</style>
border-color css
<style>
span { border-color: #D248C8; }
span { border-color: rgb(210,72,200); }
td.TdClassName
{
border-color: #D248C8;
}
.TagClassName
{
border-color: #D248C8;
}
</style>