Shades of Fuchsia #D54BCA
Tints of Fuchsia #D54BCA
RGB
CMYK
RGB Variations
Color information
#D54BCA (or 0xD54BCA) is known color: Fuchsia. HEX triplet: D5, 4B and CA. RGB value is (213,75,202). Sum of RGB (Red+Green+Blue) = 213+75+202=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BCA is #2AB435. Grayscale: #828282. Windows color (decimal): -2798646 or 13257685. OLE color: 13257685.
HSL color Cylindrical-coordinate representation of color #D54BCA: hue angle of 304.78º 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 #D54BCA is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 202 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.16 |
| HSL | 304.78º | 0.62% | 0.56% | - |
| HSV(B) | 304.78º | 0.65% | 0.84% | - |
| XYZ | 40.62 | 23.44 | 58.26 | - |
| YUV | 130.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 202 | 0 | 0.65 | 0.05 | 0.16 | 304.78 | 0.62 | 0.56 |
| Hex | D5 | 4B | CA | 0 | 41 | 5 | 10 | 131 | 3E | 38 |
| Octal | 325 | 113 | 312 | 0 | 101 | 5 | 20 | 461 | 76 | 70 |
| Binary | 11010101 | 1001011 | 11001010 | 0 | 1000001 | 101 | 10000 | 100110001 | 111110 | 111000 |
Color Harmonies of #D54BCA
Complementary color
Monochromatic Colors of #D54BCA
Black with #D54BCA
Text Example
Text Example
White with #D54BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BCA; }
p { color: rgb(213,75,202); }
H1.HeaderClassName
{
color: #D54BCA;
}
.AnyTagClassName
{
color: #D54BCA;
}
</style>
background-color css
<style>
a { background-color: #D54BCA; }
a { background-color: rgb(213,75,202); }
div.DivClassName
{
background-color: #D54BCA;
}
.BgClassName
{
background-color: #D54BCA;
}
</style>
border-color css
<style>
span { border-color: #D54BCA; }
span { border-color: rgb(213,75,202); }
td.TdClassName
{
border-color: #D54BCA;
}
.TagClassName
{
border-color: #D54BCA;
}
</style>