Shades of Fuchsia #D953BD
Tints of Fuchsia #D953BD
RGB
CMYK
RGB Variations
Color information
#D953BD (or 0xD953BD) is known color: Fuchsia. HEX triplet: D9, 53 and BD. RGB value is (217,83,189). Sum of RGB (Red+Green+Blue) = 217+83+189=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D953BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D953BD is #26AC42. Grayscale: #868686. Windows color (decimal): -2534467 or 12407769. OLE color: 12407769.
HSL color Cylindrical-coordinate representation of color #D953BD: hue angle of 312.54º 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 #D953BD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 189 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.15 |
| HSL | 312.54º | 0.64% | 0.59% | - |
| HSV(B) | 312.54º | 0.62% | 0.85% | - |
| XYZ | 40.89 | 24.61 | 50.74 | - |
| YUV | 135.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 189 | 0 | 0.62 | 0.13 | 0.15 | 312.54 | 0.64 | 0.59 |
| Hex | D9 | 53 | BD | 0 | 3E | D | F | 139 | 40 | 3B |
| Octal | 331 | 123 | 275 | 0 | 76 | 15 | 17 | 471 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10111101 | 0 | 111110 | 1101 | 1111 | 100111001 | 1000000 | 111011 |
Color Harmonies of #D953BD
Complementary color
Monochromatic Colors of #D953BD
Black with #D953BD
Text Example
Text Example
White with #D953BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953BD; }
p { color: rgb(217,83,189); }
H1.HeaderClassName
{
color: #D953BD;
}
.AnyTagClassName
{
color: #D953BD;
}
</style>
background-color css
<style>
a { background-color: #D953BD; }
a { background-color: rgb(217,83,189); }
div.DivClassName
{
background-color: #D953BD;
}
.BgClassName
{
background-color: #D953BD;
}
</style>
border-color css
<style>
span { border-color: #D953BD; }
span { border-color: rgb(217,83,189); }
td.TdClassName
{
border-color: #D953BD;
}
.TagClassName
{
border-color: #D953BD;
}
</style>