Shades of Fuchsia #D438C5
Tints of Fuchsia #D438C5
RGB
CMYK
RGB Variations
Color information
#D438C5 (or 0xD438C5) is known color: Fuchsia. HEX triplet: D4, 38 and C5. RGB value is (212,56,197). Sum of RGB (Red+Green+Blue) = 212+56+197=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D438C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438C5 is #2BC73A. Grayscale: #767676. Windows color (decimal): -2869051 or 12925140. OLE color: 12925140.
HSL color Cylindrical-coordinate representation of color #D438C5: hue angle of 305.77º 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 #D438C5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 197 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.17 |
| HSL | 305.77º | 0.64% | 0.53% | - |
| HSV(B) | 305.77º | 0.74% | 0.83% | - |
| XYZ | 38.64 | 20.86 | 54.81 | - |
| YUV | 118.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 197 | 0 | 0.74 | 0.07 | 0.17 | 305.77 | 0.64 | 0.53 |
| Hex | D4 | 38 | C5 | 0 | 4A | 7 | 11 | 132 | 40 | 35 |
| Octal | 324 | 70 | 305 | 0 | 112 | 7 | 21 | 462 | 100 | 65 |
| Binary | 11010100 | 111000 | 11000101 | 0 | 1001010 | 111 | 10001 | 100110010 | 1000000 | 110101 |
Color Harmonies of #D438C5
Complementary color
Monochromatic Colors of #D438C5
Black with #D438C5
Text Example
Text Example
White with #D438C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438C5; }
p { color: rgb(212,56,197); }
H1.HeaderClassName
{
color: #D438C5;
}
.AnyTagClassName
{
color: #D438C5;
}
</style>
background-color css
<style>
a { background-color: #D438C5; }
a { background-color: rgb(212,56,197); }
div.DivClassName
{
background-color: #D438C5;
}
.BgClassName
{
background-color: #D438C5;
}
</style>
border-color css
<style>
span { border-color: #D438C5; }
span { border-color: rgb(212,56,197); }
td.TdClassName
{
border-color: #D438C5;
}
.TagClassName
{
border-color: #D438C5;
}
</style>