Shades of Fuchsia #D545CA
Tints of Fuchsia #D545CA
RGB
CMYK
RGB Variations
Color information
#D545CA (or 0xD545CA) is known color: Fuchsia. HEX triplet: D5, 45 and CA. RGB value is (213,69,202). Sum of RGB (Red+Green+Blue) = 213+69+202=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545CA is #2ABA35. Grayscale: #7E7E7E. Windows color (decimal): -2800182 or 13256149. OLE color: 13256149.
HSL color Cylindrical-coordinate representation of color #D545CA: hue angle of 304.58º 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 #D545CA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 202 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.16 |
| HSL | 304.58º | 0.63% | 0.55% | - |
| HSV(B) | 304.58º | 0.68% | 0.84% | - |
| XYZ | 40.23 | 22.67 | 58.13 | - |
| YUV | 127.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 202 | 0 | 0.68 | 0.05 | 0.16 | 304.58 | 0.63 | 0.55 |
| Hex | D5 | 45 | CA | 0 | 44 | 5 | 10 | 131 | 3F | 37 |
| Octal | 325 | 105 | 312 | 0 | 104 | 5 | 20 | 461 | 77 | 67 |
| Binary | 11010101 | 1000101 | 11001010 | 0 | 1000100 | 101 | 10000 | 100110001 | 111111 | 110111 |
Color Harmonies of #D545CA
Complementary color
Monochromatic Colors of #D545CA
Black with #D545CA
Text Example
Text Example
White with #D545CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545CA; }
p { color: rgb(213,69,202); }
H1.HeaderClassName
{
color: #D545CA;
}
.AnyTagClassName
{
color: #D545CA;
}
</style>
background-color css
<style>
a { background-color: #D545CA; }
a { background-color: rgb(213,69,202); }
div.DivClassName
{
background-color: #D545CA;
}
.BgClassName
{
background-color: #D545CA;
}
</style>
border-color css
<style>
span { border-color: #D545CA; }
span { border-color: rgb(213,69,202); }
td.TdClassName
{
border-color: #D545CA;
}
.TagClassName
{
border-color: #D545CA;
}
</style>