Shades of Fuchsia #D950BD
Tints of Fuchsia #D950BD
RGB
CMYK
RGB Variations
Color information
#D950BD (or 0xD950BD) is known color: Fuchsia. HEX triplet: D9, 50 and BD. RGB value is (217,80,189). Sum of RGB (Red+Green+Blue) = 217+80+189=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D950BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950BD is #26AF42. Grayscale: #858585. Windows color (decimal): -2535235 or 12407001. OLE color: 12407001.
HSL color Cylindrical-coordinate representation of color #D950BD: hue angle of 312.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950BD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 189 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.15 |
| HSL | 312.26º | 0.64% | 0.58% | - |
| HSV(B) | 312.26º | 0.63% | 0.85% | - |
| XYZ | 40.67 | 24.16 | 50.66 | - |
| YUV | 133.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 189 | 0 | 0.63 | 0.13 | 0.15 | 312.26 | 0.64 | 0.58 |
| Hex | D9 | 50 | BD | 0 | 3F | D | F | 138 | 40 | 3A |
| Octal | 331 | 120 | 275 | 0 | 77 | 15 | 17 | 470 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10111101 | 0 | 111111 | 1101 | 1111 | 100111000 | 1000000 | 111010 |
Color Harmonies of #D950BD
Complementary color
Monochromatic Colors of #D950BD
Black with #D950BD
Text Example
Text Example
White with #D950BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950BD; }
p { color: rgb(217,80,189); }
H1.HeaderClassName
{
color: #D950BD;
}
.AnyTagClassName
{
color: #D950BD;
}
</style>
background-color css
<style>
a { background-color: #D950BD; }
a { background-color: rgb(217,80,189); }
div.DivClassName
{
background-color: #D950BD;
}
.BgClassName
{
background-color: #D950BD;
}
</style>
border-color css
<style>
span { border-color: #D950BD; }
span { border-color: rgb(217,80,189); }
td.TdClassName
{
border-color: #D950BD;
}
.TagClassName
{
border-color: #D950BD;
}
</style>