Shades of Fuchsia #D54BBC
Tints of Fuchsia #D54BBC
RGB
CMYK
RGB Variations
Color information
#D54BBC (or 0xD54BBC) is known color: Fuchsia. HEX triplet: D5, 4B and BC. RGB value is (213,75,188). Sum of RGB (Red+Green+Blue) = 213+75+188=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BBC is #2AB443. Grayscale: #808080. Windows color (decimal): -2798660 or 12340181. OLE color: 12340181.
HSL color Cylindrical-coordinate representation of color #D54BBC: hue angle of 310.87º 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 #D54BBC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 188 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.16 |
| HSL | 310.87º | 0.62% | 0.56% | - |
| HSV(B) | 310.87º | 0.65% | 0.84% | - |
| XYZ | 39.03 | 22.81 | 49.92 | - |
| YUV | 129.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 188 | 0 | 0.65 | 0.12 | 0.16 | 310.87 | 0.62 | 0.56 |
| Hex | D5 | 4B | BC | 0 | 41 | C | 10 | 137 | 3E | 38 |
| Octal | 325 | 113 | 274 | 0 | 101 | 14 | 20 | 467 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10111100 | 0 | 1000001 | 1100 | 10000 | 100110111 | 111110 | 111000 |
Color Harmonies of #D54BBC
Complementary color
Monochromatic Colors of #D54BBC
Black with #D54BBC
Text Example
Text Example
White with #D54BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BBC; }
p { color: rgb(213,75,188); }
H1.HeaderClassName
{
color: #D54BBC;
}
.AnyTagClassName
{
color: #D54BBC;
}
</style>
background-color css
<style>
a { background-color: #D54BBC; }
a { background-color: rgb(213,75,188); }
div.DivClassName
{
background-color: #D54BBC;
}
.BgClassName
{
background-color: #D54BBC;
}
</style>
border-color css
<style>
span { border-color: #D54BBC; }
span { border-color: rgb(213,75,188); }
td.TdClassName
{
border-color: #D54BBC;
}
.TagClassName
{
border-color: #D54BBC;
}
</style>