Shades of Fuchsia #D944C4
Tints of Fuchsia #D944C4
RGB
CMYK
RGB Variations
Color information
#D944C4 (or 0xD944C4) is known color: Fuchsia. HEX triplet: D9, 44 and C4. RGB value is (217,68,196). Sum of RGB (Red+Green+Blue) = 217+68+196=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D944C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D944C4 is #26BB3B. Grayscale: #7E7E7E. Windows color (decimal): -2538300 or 12862681. OLE color: 12862681.
HSL color Cylindrical-coordinate representation of color #D944C4: hue angle of 308.46º 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 #D944C4 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 196 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.15 |
| HSL | 308.46º | 0.66% | 0.56% | - |
| HSV(B) | 308.46º | 0.69% | 0.85% | - |
| XYZ | 40.65 | 22.87 | 54.5 | - |
| YUV | 127.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 196 | 0 | 0.69 | 0.10 | 0.15 | 308.46 | 0.66 | 0.56 |
| Hex | D9 | 44 | C4 | 0 | 45 | A | F | 134 | 42 | 38 |
| Octal | 331 | 104 | 304 | 0 | 105 | 12 | 17 | 464 | 102 | 70 |
| Binary | 11011001 | 1000100 | 11000100 | 0 | 1000101 | 1010 | 1111 | 100110100 | 1000010 | 111000 |
Color Harmonies of #D944C4
Complementary color
Monochromatic Colors of #D944C4
Black with #D944C4
Text Example
Text Example
White with #D944C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D944C4; }
p { color: rgb(217,68,196); }
H1.HeaderClassName
{
color: #D944C4;
}
.AnyTagClassName
{
color: #D944C4;
}
</style>
background-color css
<style>
a { background-color: #D944C4; }
a { background-color: rgb(217,68,196); }
div.DivClassName
{
background-color: #D944C4;
}
.BgClassName
{
background-color: #D944C4;
}
</style>
border-color css
<style>
span { border-color: #D944C4; }
span { border-color: rgb(217,68,196); }
td.TdClassName
{
border-color: #D944C4;
}
.TagClassName
{
border-color: #D944C4;
}
</style>