Shades of Fuchsia #D953B9
Tints of Fuchsia #D953B9
RGB
CMYK
RGB Variations
Color information
#D953B9 (or 0xD953B9) is known color: Fuchsia. HEX triplet: D9, 53 and B9. RGB value is (217,83,185). Sum of RGB (Red+Green+Blue) = 217+83+185=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D953B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953B9 is #26AC46. Grayscale: #868686. Windows color (decimal): -2534471 or 12145625. OLE color: 12145625.
HSL color Cylindrical-coordinate representation of color #D953B9: hue angle of 314.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D953B9 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 185 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.15 |
| HSL | 314.33º | 0.64% | 0.59% | - |
| HSV(B) | 314.33º | 0.62% | 0.85% | - |
| XYZ | 40.47 | 24.44 | 48.48 | - |
| YUV | 134.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 185 | 0 | 0.62 | 0.15 | 0.15 | 314.33 | 0.64 | 0.59 |
| Hex | D9 | 53 | B9 | 0 | 3E | F | F | 13A | 40 | 3B |
| Octal | 331 | 123 | 271 | 0 | 76 | 17 | 17 | 472 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10111001 | 0 | 111110 | 1111 | 1111 | 100111010 | 1000000 | 111011 |
Color Harmonies of #D953B9
Complementary color
Monochromatic Colors of #D953B9
Black with #D953B9
Text Example
Text Example
White with #D953B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953B9; }
p { color: rgb(217,83,185); }
H1.HeaderClassName
{
color: #D953B9;
}
.AnyTagClassName
{
color: #D953B9;
}
</style>
background-color css
<style>
a { background-color: #D953B9; }
a { background-color: rgb(217,83,185); }
div.DivClassName
{
background-color: #D953B9;
}
.BgClassName
{
background-color: #D953B9;
}
</style>
border-color css
<style>
span { border-color: #D953B9; }
span { border-color: rgb(217,83,185); }
td.TdClassName
{
border-color: #D953B9;
}
.TagClassName
{
border-color: #D953B9;
}
</style>