Shades of Fuchsia #D948C0
Tints of Fuchsia #D948C0
RGB
CMYK
RGB Variations
Color information
#D948C0 (or 0xD948C0) is known color: Fuchsia. HEX triplet: D9, 48 and C0. RGB value is (217,72,192). Sum of RGB (Red+Green+Blue) = 217+72+192=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D948C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948C0 is #26B73F. Grayscale: #808080. Windows color (decimal): -2537280 or 12601561. OLE color: 12601561.
HSL color Cylindrical-coordinate representation of color #D948C0: hue angle of 310.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948C0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 192 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.15 |
| HSL | 310.34º | 0.66% | 0.57% | - |
| HSV(B) | 310.34º | 0.67% | 0.85% | - |
| XYZ | 40.45 | 23.19 | 52.21 | - |
| YUV | 129.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 192 | 0 | 0.67 | 0.12 | 0.15 | 310.34 | 0.66 | 0.57 |
| Hex | D9 | 48 | C0 | 0 | 43 | C | F | 136 | 42 | 39 |
| Octal | 331 | 110 | 300 | 0 | 103 | 14 | 17 | 466 | 102 | 71 |
| Binary | 11011001 | 1001000 | 11000000 | 0 | 1000011 | 1100 | 1111 | 100110110 | 1000010 | 111001 |
Color Harmonies of #D948C0
Complementary color
Monochromatic Colors of #D948C0
Black with #D948C0
Text Example
Text Example
White with #D948C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948C0; }
p { color: rgb(217,72,192); }
H1.HeaderClassName
{
color: #D948C0;
}
.AnyTagClassName
{
color: #D948C0;
}
</style>
background-color css
<style>
a { background-color: #D948C0; }
a { background-color: rgb(217,72,192); }
div.DivClassName
{
background-color: #D948C0;
}
.BgClassName
{
background-color: #D948C0;
}
</style>
border-color css
<style>
span { border-color: #D948C0; }
span { border-color: rgb(217,72,192); }
td.TdClassName
{
border-color: #D948C0;
}
.TagClassName
{
border-color: #D948C0;
}
</style>