Shades of Fuchsia #D248CF
Tints of Fuchsia #D248CF
RGB
CMYK
RGB Variations
Color information
#D248CF (or 0xD248CF) is known color: Fuchsia. HEX triplet: D2, 48 and CF. RGB value is (210,72,207). Sum of RGB (Red+Green+Blue) = 210+72+207=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D248CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D248CF is #2DB730. Grayscale: #808080. Windows color (decimal): -2996017 or 13584594. OLE color: 13584594.
HSL color Cylindrical-coordinate representation of color #D248CF: hue angle of 301.3º 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 #D248CF is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 207 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.18 |
| HSL | 301.3º | 0.61% | 0.55% | - |
| HSV(B) | 301.3º | 0.66% | 0.82% | - |
| XYZ | 40.16 | 22.84 | 61.32 | - |
| YUV | 128.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 207 | 0 | 0.66 | 0.01 | 0.18 | 301.3 | 0.61 | 0.55 |
| Hex | D2 | 48 | CF | 0 | 42 | 1 | 12 | 12D | 3D | 37 |
| Octal | 322 | 110 | 317 | 0 | 102 | 1 | 22 | 455 | 75 | 67 |
| Binary | 11010010 | 1001000 | 11001111 | 0 | 1000010 | 1 | 10010 | 100101101 | 111101 | 110111 |
Color Harmonies of #D248CF
Complementary color
Monochromatic Colors of #D248CF
Black with #D248CF
Text Example
Text Example
White with #D248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248CF; }
p { color: rgb(210,72,207); }
H1.HeaderClassName
{
color: #D248CF;
}
.AnyTagClassName
{
color: #D248CF;
}
</style>
background-color css
<style>
a { background-color: #D248CF; }
a { background-color: rgb(210,72,207); }
div.DivClassName
{
background-color: #D248CF;
}
.BgClassName
{
background-color: #D248CF;
}
</style>
border-color css
<style>
span { border-color: #D248CF; }
span { border-color: rgb(210,72,207); }
td.TdClassName
{
border-color: #D248CF;
}
.TagClassName
{
border-color: #D248CF;
}
</style>