Shades of Fuchsia #D54BBE
Tints of Fuchsia #D54BBE
RGB
CMYK
RGB Variations
Color information
#D54BBE (or 0xD54BBE) is known color: Fuchsia. HEX triplet: D5, 4B and BE. RGB value is (213,75,190). Sum of RGB (Red+Green+Blue) = 213+75+190=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54BBE is #2AB441. Grayscale: #818181. Windows color (decimal): -2798658 or 12471253. OLE color: 12471253.
HSL color Cylindrical-coordinate representation of color #D54BBE: hue angle of 310º 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 #D54BBE is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 190 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 310º | 0.62% | 0.56% | - |
| HSV(B) | 310º | 0.65% | 0.84% | - |
| XYZ | 39.25 | 22.9 | 51.07 | - |
| YUV | 129.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 190 | 0 | 0.65 | 0.11 | 0.16 | 310 | 0.62 | 0.56 |
| Hex | D5 | 4B | BE | 0 | 41 | B | 10 | 136 | 3E | 38 |
| Octal | 325 | 113 | 276 | 0 | 101 | 13 | 20 | 466 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10111110 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111110 | 111000 |
Color Harmonies of #D54BBE
Complementary color
Monochromatic Colors of #D54BBE
Black with #D54BBE
Text Example
Text Example
White with #D54BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BBE; }
p { color: rgb(213,75,190); }
H1.HeaderClassName
{
color: #D54BBE;
}
.AnyTagClassName
{
color: #D54BBE;
}
</style>
background-color css
<style>
a { background-color: #D54BBE; }
a { background-color: rgb(213,75,190); }
div.DivClassName
{
background-color: #D54BBE;
}
.BgClassName
{
background-color: #D54BBE;
}
</style>
border-color css
<style>
span { border-color: #D54BBE; }
span { border-color: rgb(213,75,190); }
td.TdClassName
{
border-color: #D54BBE;
}
.TagClassName
{
border-color: #D54BBE;
}
</style>