Shades of Fuchsia #D945BA
Tints of Fuchsia #D945BA
RGB
CMYK
RGB Variations
Color information
#D945BA (or 0xD945BA) is known color: Fuchsia. HEX triplet: D9, 45 and BA. RGB value is (217,69,186). Sum of RGB (Red+Green+Blue) = 217+69+186=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D945BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D945BA is #26BA45. Grayscale: #7E7E7E. Windows color (decimal): -2538054 or 12207577. OLE color: 12207577.
HSL color Cylindrical-coordinate representation of color #D945BA: hue angle of 312.57º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D945BA is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 186 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.15 |
| HSL | 312.57º | 0.66% | 0.56% | - |
| HSV(B) | 312.57º | 0.68% | 0.85% | - |
| XYZ | 39.61 | 22.55 | 48.72 | - |
| YUV | 126.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 186 | 0 | 0.68 | 0.14 | 0.15 | 312.57 | 0.66 | 0.56 |
| Hex | D9 | 45 | BA | 0 | 44 | E | F | 139 | 42 | 38 |
| Octal | 331 | 105 | 272 | 0 | 104 | 16 | 17 | 471 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10111010 | 0 | 1000100 | 1110 | 1111 | 100111001 | 1000010 | 111000 |
Color Harmonies of #D945BA
Complementary color
Monochromatic Colors of #D945BA
Black with #D945BA
Text Example
Text Example
White with #D945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945BA; }
p { color: rgb(217,69,186); }
H1.HeaderClassName
{
color: #D945BA;
}
.AnyTagClassName
{
color: #D945BA;
}
</style>
background-color css
<style>
a { background-color: #D945BA; }
a { background-color: rgb(217,69,186); }
div.DivClassName
{
background-color: #D945BA;
}
.BgClassName
{
background-color: #D945BA;
}
</style>
border-color css
<style>
span { border-color: #D945BA; }
span { border-color: rgb(217,69,186); }
td.TdClassName
{
border-color: #D945BA;
}
.TagClassName
{
border-color: #D945BA;
}
</style>