Shades of Fuchsia #D548C8
Tints of Fuchsia #D548C8
RGB
CMYK
RGB Variations
Color information
#D548C8 (or 0xD548C8) is known color: Fuchsia. HEX triplet: D5, 48 and C8. RGB value is (213,72,200). Sum of RGB (Red+Green+Blue) = 213+72+200=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D548C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548C8 is #2AB737. Grayscale: #808080. Windows color (decimal): -2799416 or 13125845. OLE color: 13125845.
HSL color Cylindrical-coordinate representation of color #D548C8: hue angle of 305.53º 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 #D548C8 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 200 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.16 |
| HSL | 305.53º | 0.63% | 0.56% | - |
| HSV(B) | 305.53º | 0.66% | 0.84% | - |
| XYZ | 40.18 | 22.95 | 56.96 | - |
| YUV | 128.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 200 | 0 | 0.66 | 0.06 | 0.16 | 305.53 | 0.63 | 0.56 |
| Hex | D5 | 48 | C8 | 0 | 42 | 6 | 10 | 132 | 3F | 38 |
| Octal | 325 | 110 | 310 | 0 | 102 | 6 | 20 | 462 | 77 | 70 |
| Binary | 11010101 | 1001000 | 11001000 | 0 | 1000010 | 110 | 10000 | 100110010 | 111111 | 111000 |
Color Harmonies of #D548C8
Complementary color
Monochromatic Colors of #D548C8
Black with #D548C8
Text Example
Text Example
White with #D548C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548C8; }
p { color: rgb(213,72,200); }
H1.HeaderClassName
{
color: #D548C8;
}
.AnyTagClassName
{
color: #D548C8;
}
</style>
background-color css
<style>
a { background-color: #D548C8; }
a { background-color: rgb(213,72,200); }
div.DivClassName
{
background-color: #D548C8;
}
.BgClassName
{
background-color: #D548C8;
}
</style>
border-color css
<style>
span { border-color: #D548C8; }
span { border-color: rgb(213,72,200); }
td.TdClassName
{
border-color: #D548C8;
}
.TagClassName
{
border-color: #D548C8;
}
</style>