Shades of Fuchsia #D944B4
Tints of Fuchsia #D944B4
RGB
CMYK
RGB Variations
Color information
#D944B4 (or 0xD944B4) is known color: Fuchsia. HEX triplet: D9, 44 and B4. RGB value is (217,68,180). Sum of RGB (Red+Green+Blue) = 217+68+180=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D944B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944B4 is #26BB4B. Grayscale: #7D7D7D. Windows color (decimal): -2538316 or 11814105. OLE color: 11814105.
HSL color Cylindrical-coordinate representation of color #D944B4: hue angle of 314.9º 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 #D944B4 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 180 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.15 |
| HSL | 314.9º | 0.66% | 0.56% | - |
| HSV(B) | 314.9º | 0.69% | 0.85% | - |
| XYZ | 38.92 | 22.18 | 45.41 | - |
| YUV | 125.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 180 | 0 | 0.69 | 0.17 | 0.15 | 314.9 | 0.66 | 0.56 |
| Hex | D9 | 44 | B4 | 0 | 45 | 11 | F | 13B | 42 | 38 |
| Octal | 331 | 104 | 264 | 0 | 105 | 21 | 17 | 473 | 102 | 70 |
| Binary | 11011001 | 1000100 | 10110100 | 0 | 1000101 | 10001 | 1111 | 100111011 | 1000010 | 111000 |
Color Harmonies of #D944B4
Complementary color
Monochromatic Colors of #D944B4
Black with #D944B4
Text Example
Text Example
White with #D944B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D944B4; }
p { color: rgb(217,68,180); }
H1.HeaderClassName
{
color: #D944B4;
}
.AnyTagClassName
{
color: #D944B4;
}
</style>
background-color css
<style>
a { background-color: #D944B4; }
a { background-color: rgb(217,68,180); }
div.DivClassName
{
background-color: #D944B4;
}
.BgClassName
{
background-color: #D944B4;
}
</style>
border-color css
<style>
span { border-color: #D944B4; }
span { border-color: rgb(217,68,180); }
td.TdClassName
{
border-color: #D944B4;
}
.TagClassName
{
border-color: #D944B4;
}
</style>