Shades of Fuchsia #D54CB3
Tints of Fuchsia #D54CB3
RGB
CMYK
RGB Variations
Color information
#D54CB3 (or 0xD54CB3) is known color: Fuchsia. HEX triplet: D5, 4C and B3. RGB value is (213,76,179). Sum of RGB (Red+Green+Blue) = 213+76+179=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CB3 is #2AB34C. Grayscale: #808080. Windows color (decimal): -2798413 or 11750613. OLE color: 11750613.
HSL color Cylindrical-coordinate representation of color #D54CB3: hue angle of 314.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54CB3 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 179 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.16 |
| HSL | 314.89º | 0.62% | 0.57% | - |
| HSV(B) | 314.89º | 0.64% | 0.84% | - |
| XYZ | 38.16 | 22.57 | 44.99 | - |
| YUV | 128.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 179 | 0 | 0.64 | 0.16 | 0.16 | 314.89 | 0.62 | 0.57 |
| Hex | D5 | 4C | B3 | 0 | 40 | 10 | 10 | 13B | 3E | 39 |
| Octal | 325 | 114 | 263 | 0 | 100 | 20 | 20 | 473 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10110011 | 0 | 1000000 | 10000 | 10000 | 100111011 | 111110 | 111001 |
Color Harmonies of #D54CB3
Complementary color
Monochromatic Colors of #D54CB3
Black with #D54CB3
Text Example
Text Example
White with #D54CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CB3; }
p { color: rgb(213,76,179); }
H1.HeaderClassName
{
color: #D54CB3;
}
.AnyTagClassName
{
color: #D54CB3;
}
</style>
background-color css
<style>
a { background-color: #D54CB3; }
a { background-color: rgb(213,76,179); }
div.DivClassName
{
background-color: #D54CB3;
}
.BgClassName
{
background-color: #D54CB3;
}
</style>
border-color css
<style>
span { border-color: #D54CB3; }
span { border-color: rgb(213,76,179); }
td.TdClassName
{
border-color: #D54CB3;
}
.TagClassName
{
border-color: #D54CB3;
}
</style>