Shades of Fuchsia #D953B8
Tints of Fuchsia #D953B8
RGB
CMYK
RGB Variations
Color information
#D953B8 (or 0xD953B8) is known color: Fuchsia. HEX triplet: D9, 53 and B8. RGB value is (217,83,184). Sum of RGB (Red+Green+Blue) = 217+83+184=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D953B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953B8 is #26AC47. Grayscale: #868686. Windows color (decimal): -2534472 or 12080089. OLE color: 12080089.
HSL color Cylindrical-coordinate representation of color #D953B8: hue angle of 314.78º 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 #D953B8 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 184 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.15 |
| HSL | 314.78º | 0.64% | 0.59% | - |
| HSV(B) | 314.78º | 0.62% | 0.85% | - |
| XYZ | 40.36 | 24.4 | 47.93 | - |
| YUV | 134.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 184 | 0 | 0.62 | 0.15 | 0.15 | 314.78 | 0.64 | 0.59 |
| Hex | D9 | 53 | B8 | 0 | 3E | F | F | 13B | 40 | 3B |
| Octal | 331 | 123 | 270 | 0 | 76 | 17 | 17 | 473 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10111000 | 0 | 111110 | 1111 | 1111 | 100111011 | 1000000 | 111011 |
Color Harmonies of #D953B8
Complementary color
Monochromatic Colors of #D953B8
Black with #D953B8
Text Example
Text Example
White with #D953B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953B8; }
p { color: rgb(217,83,184); }
H1.HeaderClassName
{
color: #D953B8;
}
.AnyTagClassName
{
color: #D953B8;
}
</style>
background-color css
<style>
a { background-color: #D953B8; }
a { background-color: rgb(217,83,184); }
div.DivClassName
{
background-color: #D953B8;
}
.BgClassName
{
background-color: #D953B8;
}
</style>
border-color css
<style>
span { border-color: #D953B8; }
span { border-color: rgb(217,83,184); }
td.TdClassName
{
border-color: #D953B8;
}
.TagClassName
{
border-color: #D953B8;
}
</style>