Shades of Fuchsia #D438C0
Tints of Fuchsia #D438C0
RGB
CMYK
RGB Variations
Color information
#D438C0 (or 0xD438C0) is known color: Fuchsia. HEX triplet: D4, 38 and C0. RGB value is (212,56,192). Sum of RGB (Red+Green+Blue) = 212+56+192=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D438C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438C0 is #2BC73F. Grayscale: #757575. Windows color (decimal): -2869056 or 12597460. OLE color: 12597460.
HSL color Cylindrical-coordinate representation of color #D438C0: hue angle of 307.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438C0 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 192 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.17 |
| HSL | 307.69º | 0.64% | 0.53% | - |
| HSV(B) | 307.69º | 0.74% | 0.83% | - |
| XYZ | 38.08 | 20.63 | 51.84 | - |
| YUV | 118.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 192 | 0 | 0.74 | 0.09 | 0.17 | 307.69 | 0.64 | 0.53 |
| Hex | D4 | 38 | C0 | 0 | 4A | 9 | 11 | 134 | 40 | 35 |
| Octal | 324 | 70 | 300 | 0 | 112 | 11 | 21 | 464 | 100 | 65 |
| Binary | 11010100 | 111000 | 11000000 | 0 | 1001010 | 1001 | 10001 | 100110100 | 1000000 | 110101 |
Color Harmonies of #D438C0
Complementary color
Monochromatic Colors of #D438C0
Black with #D438C0
Text Example
Text Example
White with #D438C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438C0; }
p { color: rgb(212,56,192); }
H1.HeaderClassName
{
color: #D438C0;
}
.AnyTagClassName
{
color: #D438C0;
}
</style>
background-color css
<style>
a { background-color: #D438C0; }
a { background-color: rgb(212,56,192); }
div.DivClassName
{
background-color: #D438C0;
}
.BgClassName
{
background-color: #D438C0;
}
</style>
border-color css
<style>
span { border-color: #D438C0; }
span { border-color: rgb(212,56,192); }
td.TdClassName
{
border-color: #D438C0;
}
.TagClassName
{
border-color: #D438C0;
}
</style>