Shades of Fuchsia #D248C9
Tints of Fuchsia #D248C9
RGB
CMYK
RGB Variations
Color information
#D248C9 (or 0xD248C9) is known color: Fuchsia. HEX triplet: D2, 48 and C9. RGB value is (210,72,201). Sum of RGB (Red+Green+Blue) = 210+72+201=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D248C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248C9 is #2DB736. Grayscale: #7F7F7F. Windows color (decimal): -2996023 or 13191378. OLE color: 13191378.
HSL color Cylindrical-coordinate representation of color #D248C9: hue angle of 303.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 #D248C9 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 201 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.18 |
| HSL | 303.91º | 0.61% | 0.55% | - |
| HSV(B) | 303.91º | 0.66% | 0.82% | - |
| XYZ | 39.44 | 22.55 | 57.53 | - |
| YUV | 127.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 201 | 0 | 0.66 | 0.04 | 0.18 | 303.91 | 0.61 | 0.55 |
| Hex | D2 | 48 | C9 | 0 | 42 | 4 | 12 | 130 | 3D | 37 |
| Octal | 322 | 110 | 311 | 0 | 102 | 4 | 22 | 460 | 75 | 67 |
| Binary | 11010010 | 1001000 | 11001001 | 0 | 1000010 | 100 | 10010 | 100110000 | 111101 | 110111 |
Color Harmonies of #D248C9
Complementary color
Monochromatic Colors of #D248C9
Black with #D248C9
Text Example
Text Example
White with #D248C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248C9; }
p { color: rgb(210,72,201); }
H1.HeaderClassName
{
color: #D248C9;
}
.AnyTagClassName
{
color: #D248C9;
}
</style>
background-color css
<style>
a { background-color: #D248C9; }
a { background-color: rgb(210,72,201); }
div.DivClassName
{
background-color: #D248C9;
}
.BgClassName
{
background-color: #D248C9;
}
</style>
border-color css
<style>
span { border-color: #D248C9; }
span { border-color: rgb(210,72,201); }
td.TdClassName
{
border-color: #D248C9;
}
.TagClassName
{
border-color: #D248C9;
}
</style>