Shades of Fuchsia #D354BB
Tints of Fuchsia #D354BB
RGB
CMYK
RGB Variations
Color information
#D354BB (or 0xD354BB) is known color: Fuchsia. HEX triplet: D3, 54 and BB. RGB value is (211,84,187). Sum of RGB (Red+Green+Blue) = 211+84+187=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D354BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354BB is #2CAB44. Grayscale: #858585. Windows color (decimal): -2927429 or 12276947. OLE color: 12276947.
HSL color Cylindrical-coordinate representation of color #D354BB: hue angle of 311.34º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D354BB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 187 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.17 |
| HSL | 311.34º | 0.59% | 0.58% | - |
| HSV(B) | 311.34º | 0.6% | 0.83% | - |
| XYZ | 39 | 23.78 | 49.55 | - |
| YUV | 133.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 187 | 0 | 0.60 | 0.11 | 0.17 | 311.34 | 0.59 | 0.58 |
| Hex | D3 | 54 | BB | 0 | 3C | B | 11 | 137 | 3B | 3A |
| Octal | 323 | 124 | 273 | 0 | 74 | 13 | 21 | 467 | 73 | 72 |
| Binary | 11010011 | 1010100 | 10111011 | 0 | 111100 | 1011 | 10001 | 100110111 | 111011 | 111010 |
Color Harmonies of #D354BB
Complementary color
Monochromatic Colors of #D354BB
Black with #D354BB
Text Example
Text Example
White with #D354BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354BB; }
p { color: rgb(211,84,187); }
H1.HeaderClassName
{
color: #D354BB;
}
.AnyTagClassName
{
color: #D354BB;
}
</style>
background-color css
<style>
a { background-color: #D354BB; }
a { background-color: rgb(211,84,187); }
div.DivClassName
{
background-color: #D354BB;
}
.BgClassName
{
background-color: #D354BB;
}
</style>
border-color css
<style>
span { border-color: #D354BB; }
span { border-color: rgb(211,84,187); }
td.TdClassName
{
border-color: #D354BB;
}
.TagClassName
{
border-color: #D354BB;
}
</style>