Shades of Fuchsia #D548CB
Tints of Fuchsia #D548CB
RGB
CMYK
RGB Variations
Color information
#D548CB (or 0xD548CB) is known color: Fuchsia. HEX triplet: D5, 48 and CB. RGB value is (213,72,203). Sum of RGB (Red+Green+Blue) = 213+72+203=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D548CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548CB is #2AB734. Grayscale: #808080. Windows color (decimal): -2799413 or 13322453. OLE color: 13322453.
HSL color Cylindrical-coordinate representation of color #D548CB: hue angle of 304.26º 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 #D548CB is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 203 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.16 |
| HSL | 304.26º | 0.63% | 0.56% | - |
| HSV(B) | 304.26º | 0.66% | 0.84% | - |
| XYZ | 40.54 | 23.09 | 58.82 | - |
| YUV | 129.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 203 | 0 | 0.66 | 0.05 | 0.16 | 304.26 | 0.63 | 0.56 |
| Hex | D5 | 48 | CB | 0 | 42 | 5 | 10 | 130 | 3F | 38 |
| Octal | 325 | 110 | 313 | 0 | 102 | 5 | 20 | 460 | 77 | 70 |
| Binary | 11010101 | 1001000 | 11001011 | 0 | 1000010 | 101 | 10000 | 100110000 | 111111 | 111000 |
Color Harmonies of #D548CB
Complementary color
Monochromatic Colors of #D548CB
Black with #D548CB
Text Example
Text Example
White with #D548CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D548CB; }
p { color: rgb(213,72,203); }
H1.HeaderClassName
{
color: #D548CB;
}
.AnyTagClassName
{
color: #D548CB;
}
</style>
background-color css
<style>
a { background-color: #D548CB; }
a { background-color: rgb(213,72,203); }
div.DivClassName
{
background-color: #D548CB;
}
.BgClassName
{
background-color: #D548CB;
}
</style>
border-color css
<style>
span { border-color: #D548CB; }
span { border-color: rgb(213,72,203); }
td.TdClassName
{
border-color: #D548CB;
}
.TagClassName
{
border-color: #D548CB;
}
</style>