Shades of Fuchsia #D54BC0
Tints of Fuchsia #D54BC0
RGB
CMYK
RGB Variations
Color information
#D54BC0 (or 0xD54BC0) is known color: Fuchsia. HEX triplet: D5, 4B and C0. RGB value is (213,75,192). Sum of RGB (Red+Green+Blue) = 213+75+192=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BC0 is #2AB43F. Grayscale: #818181. Windows color (decimal): -2798656 or 12602325. OLE color: 12602325.
HSL color Cylindrical-coordinate representation of color #D54BC0: hue angle of 309.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54BC0 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 192 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.16 |
| HSL | 309.13º | 0.62% | 0.56% | - |
| HSV(B) | 309.13º | 0.65% | 0.84% | - |
| XYZ | 39.47 | 22.98 | 52.23 | - |
| YUV | 129.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 192 | 0 | 0.65 | 0.10 | 0.16 | 309.13 | 0.62 | 0.56 |
| Hex | D5 | 4B | C0 | 0 | 41 | A | 10 | 135 | 3E | 38 |
| Octal | 325 | 113 | 300 | 0 | 101 | 12 | 20 | 465 | 76 | 70 |
| Binary | 11010101 | 1001011 | 11000000 | 0 | 1000001 | 1010 | 10000 | 100110101 | 111110 | 111000 |
Color Harmonies of #D54BC0
Complementary color
Monochromatic Colors of #D54BC0
Black with #D54BC0
Text Example
Text Example
White with #D54BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BC0; }
p { color: rgb(213,75,192); }
H1.HeaderClassName
{
color: #D54BC0;
}
.AnyTagClassName
{
color: #D54BC0;
}
</style>
background-color css
<style>
a { background-color: #D54BC0; }
a { background-color: rgb(213,75,192); }
div.DivClassName
{
background-color: #D54BC0;
}
.BgClassName
{
background-color: #D54BC0;
}
</style>
border-color css
<style>
span { border-color: #D54BC0; }
span { border-color: rgb(213,75,192); }
td.TdClassName
{
border-color: #D54BC0;
}
.TagClassName
{
border-color: #D54BC0;
}
</style>