Shades of Fuchsia #D944B5
Tints of Fuchsia #D944B5
RGB
CMYK
RGB Variations
Color information
#D944B5 (or 0xD944B5) is known color: Fuchsia. HEX triplet: D9, 44 and B5. RGB value is (217,68,181). Sum of RGB (Red+Green+Blue) = 217+68+181=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D944B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944B5 is #26BB4A. Grayscale: #7D7D7D. Windows color (decimal): -2538315 or 11879641. OLE color: 11879641.
HSL color Cylindrical-coordinate representation of color #D944B5: hue angle of 314.5º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D944B5 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 181 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.15 |
| HSL | 314.5º | 0.66% | 0.56% | - |
| HSV(B) | 314.5º | 0.69% | 0.85% | - |
| XYZ | 39.02 | 22.22 | 45.95 | - |
| YUV | 125.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 181 | 0 | 0.69 | 0.17 | 0.15 | 314.5 | 0.66 | 0.56 |
| Hex | D9 | 44 | B5 | 0 | 45 | 11 | F | 13A | 42 | 38 |
| Octal | 331 | 104 | 265 | 0 | 105 | 21 | 17 | 472 | 102 | 70 |
| Binary | 11011001 | 1000100 | 10110101 | 0 | 1000101 | 10001 | 1111 | 100111010 | 1000010 | 111000 |
Color Harmonies of #D944B5
Complementary color
Monochromatic Colors of #D944B5
Black with #D944B5
Text Example
Text Example
White with #D944B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D944B5; }
p { color: rgb(217,68,181); }
H1.HeaderClassName
{
color: #D944B5;
}
.AnyTagClassName
{
color: #D944B5;
}
</style>
background-color css
<style>
a { background-color: #D944B5; }
a { background-color: rgb(217,68,181); }
div.DivClassName
{
background-color: #D944B5;
}
.BgClassName
{
background-color: #D944B5;
}
</style>
border-color css
<style>
span { border-color: #D944B5; }
span { border-color: rgb(217,68,181); }
td.TdClassName
{
border-color: #D944B5;
}
.TagClassName
{
border-color: #D944B5;
}
</style>