Shades of Fuchsia #D953B0
Tints of Fuchsia #D953B0
RGB
CMYK
RGB Variations
Color information
#D953B0 (or 0xD953B0) is known color: Fuchsia. HEX triplet: D9, 53 and B0. RGB value is (217,83,176). Sum of RGB (Red+Green+Blue) = 217+83+176=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D953B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953B0 is #26AC4F. Grayscale: #858585. Windows color (decimal): -2534480 or 11555801. OLE color: 11555801.
HSL color Cylindrical-coordinate representation of color #D953B0: hue angle of 318.36º 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 #D953B0 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 176 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.15 |
| HSL | 318.36º | 0.64% | 0.59% | - |
| HSV(B) | 318.36º | 0.62% | 0.85% | - |
| XYZ | 39.55 | 24.07 | 43.64 | - |
| YUV | 133.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 176 | 0 | 0.62 | 0.19 | 0.15 | 318.36 | 0.64 | 0.59 |
| Hex | D9 | 53 | B0 | 0 | 3E | 13 | F | 13E | 40 | 3B |
| Octal | 331 | 123 | 260 | 0 | 76 | 23 | 17 | 476 | 100 | 73 |
| Binary | 11011001 | 1010011 | 10110000 | 0 | 111110 | 10011 | 1111 | 100111110 | 1000000 | 111011 |
Color Harmonies of #D953B0
Complementary color
Monochromatic Colors of #D953B0
Black with #D953B0
Text Example
Text Example
White with #D953B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953B0; }
p { color: rgb(217,83,176); }
H1.HeaderClassName
{
color: #D953B0;
}
.AnyTagClassName
{
color: #D953B0;
}
</style>
background-color css
<style>
a { background-color: #D953B0; }
a { background-color: rgb(217,83,176); }
div.DivClassName
{
background-color: #D953B0;
}
.BgClassName
{
background-color: #D953B0;
}
</style>
border-color css
<style>
span { border-color: #D953B0; }
span { border-color: rgb(217,83,176); }
td.TdClassName
{
border-color: #D953B0;
}
.TagClassName
{
border-color: #D953B0;
}
</style>