Shades of Fuchsia #D353B9
Tints of Fuchsia #D353B9
RGB
CMYK
RGB Variations
Color information
#D353B9 (or 0xD353B9) is known color: Fuchsia. HEX triplet: D3, 53 and B9. RGB value is (211,83,185). Sum of RGB (Red+Green+Blue) = 211+83+185=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D353B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353B9 is #2CAC46. Grayscale: #848484. Windows color (decimal): -2927687 or 12145619. OLE color: 12145619.
HSL color Cylindrical-coordinate representation of color #D353B9: hue angle of 312.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353B9 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 185 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.17 |
| HSL | 312.19º | 0.59% | 0.58% | - |
| HSV(B) | 312.19º | 0.61% | 0.83% | - |
| XYZ | 38.71 | 23.54 | 48.4 | - |
| YUV | 132.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 185 | 0 | 0.61 | 0.12 | 0.17 | 312.19 | 0.59 | 0.58 |
| Hex | D3 | 53 | B9 | 0 | 3D | C | 11 | 138 | 3B | 3A |
| Octal | 323 | 123 | 271 | 0 | 75 | 14 | 21 | 470 | 73 | 72 |
| Binary | 11010011 | 1010011 | 10111001 | 0 | 111101 | 1100 | 10001 | 100111000 | 111011 | 111010 |
Color Harmonies of #D353B9
Complementary color
Monochromatic Colors of #D353B9
Black with #D353B9
Text Example
Text Example
White with #D353B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353B9; }
p { color: rgb(211,83,185); }
H1.HeaderClassName
{
color: #D353B9;
}
.AnyTagClassName
{
color: #D353B9;
}
</style>
background-color css
<style>
a { background-color: #D353B9; }
a { background-color: rgb(211,83,185); }
div.DivClassName
{
background-color: #D353B9;
}
.BgClassName
{
background-color: #D353B9;
}
</style>
border-color css
<style>
span { border-color: #D353B9; }
span { border-color: rgb(211,83,185); }
td.TdClassName
{
border-color: #D353B9;
}
.TagClassName
{
border-color: #D353B9;
}
</style>