Shades of Fuchsia #D547CC
Tints of Fuchsia #D547CC
RGB
CMYK
RGB Variations
Color information
#D547CC (or 0xD547CC) is known color: Fuchsia. HEX triplet: D5, 47 and CC. RGB value is (213,71,204). Sum of RGB (Red+Green+Blue) = 213+71+204=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D547CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547CC is #2AB833. Grayscale: #808080. Windows color (decimal): -2799668 or 13387733. OLE color: 13387733.
HSL color Cylindrical-coordinate representation of color #D547CC: hue angle of 303.8º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547CC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 204 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.16 |
| HSL | 303.8º | 0.63% | 0.56% | - |
| HSV(B) | 303.8º | 0.67% | 0.84% | - |
| XYZ | 40.59 | 23.01 | 59.43 | - |
| YUV | 128.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 204 | 0 | 0.67 | 0.04 | 0.16 | 303.8 | 0.63 | 0.56 |
| Hex | D5 | 47 | CC | 0 | 43 | 4 | 10 | 130 | 3F | 38 |
| Octal | 325 | 107 | 314 | 0 | 103 | 4 | 20 | 460 | 77 | 70 |
| Binary | 11010101 | 1000111 | 11001100 | 0 | 1000011 | 100 | 10000 | 100110000 | 111111 | 111000 |
Color Harmonies of #D547CC
Complementary color
Monochromatic Colors of #D547CC
Black with #D547CC
Text Example
Text Example
White with #D547CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547CC; }
p { color: rgb(213,71,204); }
H1.HeaderClassName
{
color: #D547CC;
}
.AnyTagClassName
{
color: #D547CC;
}
</style>
background-color css
<style>
a { background-color: #D547CC; }
a { background-color: rgb(213,71,204); }
div.DivClassName
{
background-color: #D547CC;
}
.BgClassName
{
background-color: #D547CC;
}
</style>
border-color css
<style>
span { border-color: #D547CC; }
span { border-color: rgb(213,71,204); }
td.TdClassName
{
border-color: #D547CC;
}
.TagClassName
{
border-color: #D547CC;
}
</style>