Shades of Fuchsia #D738C0
Tints of Fuchsia #D738C0
RGB
CMYK
RGB Variations
Color information
#D738C0 (or 0xD738C0) is known color: Fuchsia. HEX triplet: D7, 38 and C0. RGB value is (215,56,192). Sum of RGB (Red+Green+Blue) = 215+56+192=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D738C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738C0 is #28C73F. Grayscale: #767676. Windows color (decimal): -2672448 or 12597463. OLE color: 12597463.
HSL color Cylindrical-coordinate representation of color #D738C0: hue angle of 308.68º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D738C0 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 192 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.16 |
| HSL | 308.68º | 0.67% | 0.53% | - |
| HSV(B) | 308.68º | 0.74% | 0.84% | - |
| XYZ | 38.95 | 21.08 | 51.89 | - |
| YUV | 119.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 192 | 0 | 0.74 | 0.11 | 0.16 | 308.68 | 0.67 | 0.53 |
| Hex | D7 | 38 | C0 | 0 | 4A | B | 10 | 135 | 43 | 35 |
| Octal | 327 | 70 | 300 | 0 | 112 | 13 | 20 | 465 | 103 | 65 |
| Binary | 11010111 | 111000 | 11000000 | 0 | 1001010 | 1011 | 10000 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D738C0
Complementary color
Monochromatic Colors of #D738C0
Black with #D738C0
Text Example
Text Example
White with #D738C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738C0; }
p { color: rgb(215,56,192); }
H1.HeaderClassName
{
color: #D738C0;
}
.AnyTagClassName
{
color: #D738C0;
}
</style>
background-color css
<style>
a { background-color: #D738C0; }
a { background-color: rgb(215,56,192); }
div.DivClassName
{
background-color: #D738C0;
}
.BgClassName
{
background-color: #D738C0;
}
</style>
border-color css
<style>
span { border-color: #D738C0; }
span { border-color: rgb(215,56,192); }
td.TdClassName
{
border-color: #D738C0;
}
.TagClassName
{
border-color: #D738C0;
}
</style>