Shades of Fuchsia #D749C0
Tints of Fuchsia #D749C0
RGB
CMYK
RGB Variations
Color information
#D749C0 (or 0xD749C0) is known color: Fuchsia. HEX triplet: D7, 49 and C0. RGB value is (215,73,192). Sum of RGB (Red+Green+Blue) = 215+73+192=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D749C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749C0 is #28B63F. Grayscale: #808080. Windows color (decimal): -2668096 or 12601815. OLE color: 12601815.
HSL color Cylindrical-coordinate representation of color #D749C0: hue angle of 309.72º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749C0 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 192 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.16 |
| HSL | 309.72º | 0.64% | 0.56% | - |
| HSV(B) | 309.72º | 0.66% | 0.84% | - |
| XYZ | 39.92 | 23.02 | 52.21 | - |
| YUV | 129.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 192 | 0 | 0.66 | 0.11 | 0.16 | 309.72 | 0.64 | 0.56 |
| Hex | D7 | 49 | C0 | 0 | 42 | B | 10 | 136 | 40 | 38 |
| Octal | 327 | 111 | 300 | 0 | 102 | 13 | 20 | 466 | 100 | 70 |
| Binary | 11010111 | 1001001 | 11000000 | 0 | 1000010 | 1011 | 10000 | 100110110 | 1000000 | 111000 |
Color Harmonies of #D749C0
Complementary color
Monochromatic Colors of #D749C0
Black with #D749C0
Text Example
Text Example
White with #D749C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749C0; }
p { color: rgb(215,73,192); }
H1.HeaderClassName
{
color: #D749C0;
}
.AnyTagClassName
{
color: #D749C0;
}
</style>
background-color css
<style>
a { background-color: #D749C0; }
a { background-color: rgb(215,73,192); }
div.DivClassName
{
background-color: #D749C0;
}
.BgClassName
{
background-color: #D749C0;
}
</style>
border-color css
<style>
span { border-color: #D749C0; }
span { border-color: rgb(215,73,192); }
td.TdClassName
{
border-color: #D749C0;
}
.TagClassName
{
border-color: #D749C0;
}
</style>