Shades of Fuchsia #D548C7
Tints of Fuchsia #D548C7
RGB
CMYK
RGB Variations
Color information
#D548C7 (or 0xD548C7) is known color: Fuchsia. HEX triplet: D5, 48 and C7. RGB value is (213,72,199). Sum of RGB (Red+Green+Blue) = 213+72+199=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D548C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548C7 is #2AB738. Grayscale: #808080. Windows color (decimal): -2799417 or 13060309. OLE color: 13060309.
HSL color Cylindrical-coordinate representation of color #D548C7: hue angle of 305.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D548C7 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 199 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.16 |
| HSL | 305.96º | 0.63% | 0.56% | - |
| HSV(B) | 305.96º | 0.66% | 0.84% | - |
| XYZ | 40.07 | 22.9 | 56.34 | - |
| YUV | 128.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 199 | 0 | 0.66 | 0.07 | 0.16 | 305.96 | 0.63 | 0.56 |
| Hex | D5 | 48 | C7 | 0 | 42 | 7 | 10 | 132 | 3F | 38 |
| Octal | 325 | 110 | 307 | 0 | 102 | 7 | 20 | 462 | 77 | 70 |
| Binary | 11010101 | 1001000 | 11000111 | 0 | 1000010 | 111 | 10000 | 100110010 | 111111 | 111000 |
Color Harmonies of #D548C7
Complementary color
Monochromatic Colors of #D548C7
Black with #D548C7
Text Example
Text Example
White with #D548C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548C7; }
p { color: rgb(213,72,199); }
H1.HeaderClassName
{
color: #D548C7;
}
.AnyTagClassName
{
color: #D548C7;
}
</style>
background-color css
<style>
a { background-color: #D548C7; }
a { background-color: rgb(213,72,199); }
div.DivClassName
{
background-color: #D548C7;
}
.BgClassName
{
background-color: #D548C7;
}
</style>
border-color css
<style>
span { border-color: #D548C7; }
span { border-color: rgb(213,72,199); }
td.TdClassName
{
border-color: #D548C7;
}
.TagClassName
{
border-color: #D548C7;
}
</style>