Shades of Fuchsia #D248AF
Tints of Fuchsia #D248AF
RGB
CMYK
RGB Variations
Color information
#D248AF (or 0xD248AF) is known color: Fuchsia. HEX triplet: D2, 48 and AF. RGB value is (210,72,175). Sum of RGB (Red+Green+Blue) = 210+72+175=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D248AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D248AF is #2DB750. Grayscale: #7C7C7C. Windows color (decimal): -2996049 or 11487442. OLE color: 11487442.
HSL color Cylindrical-coordinate representation of color #D248AF: hue angle of 315.22º 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 #D248AF is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 175 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.18 |
| HSL | 315.22º | 0.61% | 0.55% | - |
| HSV(B) | 315.22º | 0.66% | 0.82% | - |
| XYZ | 36.63 | 21.43 | 42.76 | - |
| YUV | 125 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 175 | 0 | 0.66 | 0.17 | 0.18 | 315.22 | 0.61 | 0.55 |
| Hex | D2 | 48 | AF | 0 | 42 | 11 | 12 | 13B | 3D | 37 |
| Octal | 322 | 110 | 257 | 0 | 102 | 21 | 22 | 473 | 75 | 67 |
| Binary | 11010010 | 1001000 | 10101111 | 0 | 1000010 | 10001 | 10010 | 100111011 | 111101 | 110111 |
Color Harmonies of #D248AF
Complementary color
Monochromatic Colors of #D248AF
Black with #D248AF
Text Example
Text Example
White with #D248AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D248AF; }
p { color: rgb(210,72,175); }
H1.HeaderClassName
{
color: #D248AF;
}
.AnyTagClassName
{
color: #D248AF;
}
</style>
background-color css
<style>
a { background-color: #D248AF; }
a { background-color: rgb(210,72,175); }
div.DivClassName
{
background-color: #D248AF;
}
.BgClassName
{
background-color: #D248AF;
}
</style>
border-color css
<style>
span { border-color: #D248AF; }
span { border-color: rgb(210,72,175); }
td.TdClassName
{
border-color: #D248AF;
}
.TagClassName
{
border-color: #D248AF;
}
</style>