Shades of Fuchsia #D544CC
Tints of Fuchsia #D544CC
RGB
CMYK
RGB Variations
Color information
#D544CC (or 0xD544CC) is known color: Fuchsia. HEX triplet: D5, 44 and CC. RGB value is (213,68,204). Sum of RGB (Red+Green+Blue) = 213+68+204=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D544CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D544CC is #2ABB33. Grayscale: #7E7E7E. Windows color (decimal): -2800436 or 13386965. OLE color: 13386965.
HSL color Cylindrical-coordinate representation of color #D544CC: hue angle of 303.72º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D544CC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 204 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.16 |
| HSL | 303.72º | 0.63% | 0.55% | - |
| HSV(B) | 303.72º | 0.68% | 0.84% | - |
| XYZ | 40.41 | 22.64 | 59.37 | - |
| YUV | 126.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 204 | 0 | 0.68 | 0.04 | 0.16 | 303.72 | 0.63 | 0.55 |
| Hex | D5 | 44 | CC | 0 | 44 | 4 | 10 | 130 | 3F | 37 |
| Octal | 325 | 104 | 314 | 0 | 104 | 4 | 20 | 460 | 77 | 67 |
| Binary | 11010101 | 1000100 | 11001100 | 0 | 1000100 | 100 | 10000 | 100110000 | 111111 | 110111 |
Color Harmonies of #D544CC
Complementary color
Monochromatic Colors of #D544CC
Black with #D544CC
Text Example
Text Example
White with #D544CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544CC; }
p { color: rgb(213,68,204); }
H1.HeaderClassName
{
color: #D544CC;
}
.AnyTagClassName
{
color: #D544CC;
}
</style>
background-color css
<style>
a { background-color: #D544CC; }
a { background-color: rgb(213,68,204); }
div.DivClassName
{
background-color: #D544CC;
}
.BgClassName
{
background-color: #D544CC;
}
</style>
border-color css
<style>
span { border-color: #D544CC; }
span { border-color: rgb(213,68,204); }
td.TdClassName
{
border-color: #D544CC;
}
.TagClassName
{
border-color: #D544CC;
}
</style>