Shades of Fuchsia #D355B9
Tints of Fuchsia #D355B9
RGB
CMYK
RGB Variations
Color information
#D355B9 (or 0xD355B9) is known color: Fuchsia. HEX triplet: D3, 55 and B9. RGB value is (211,85,185). Sum of RGB (Red+Green+Blue) = 211+85+185=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D355B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355B9 is #2CAA46. Grayscale: #858585. Windows color (decimal): -2927175 or 12146131. OLE color: 12146131.
HSL color Cylindrical-coordinate representation of color #D355B9: hue angle of 312.38º 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 #D355B9 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 185 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.17 |
| HSL | 312.38º | 0.59% | 0.58% | - |
| HSV(B) | 312.38º | 0.6% | 0.83% | - |
| XYZ | 38.87 | 23.85 | 48.45 | - |
| YUV | 134.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 185 | 0 | 0.60 | 0.12 | 0.17 | 312.38 | 0.59 | 0.58 |
| Hex | D3 | 55 | B9 | 0 | 3C | C | 11 | 138 | 3B | 3A |
| Octal | 323 | 125 | 271 | 0 | 74 | 14 | 21 | 470 | 73 | 72 |
| Binary | 11010011 | 1010101 | 10111001 | 0 | 111100 | 1100 | 10001 | 100111000 | 111011 | 111010 |
Color Harmonies of #D355B9
Complementary color
Monochromatic Colors of #D355B9
Black with #D355B9
Text Example
Text Example
White with #D355B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355B9; }
p { color: rgb(211,85,185); }
H1.HeaderClassName
{
color: #D355B9;
}
.AnyTagClassName
{
color: #D355B9;
}
</style>
background-color css
<style>
a { background-color: #D355B9; }
a { background-color: rgb(211,85,185); }
div.DivClassName
{
background-color: #D355B9;
}
.BgClassName
{
background-color: #D355B9;
}
</style>
border-color css
<style>
span { border-color: #D355B9; }
span { border-color: rgb(211,85,185); }
td.TdClassName
{
border-color: #D355B9;
}
.TagClassName
{
border-color: #D355B9;
}
</style>