Shades of Fuchsia #D438B2
Tints of Fuchsia #D438B2
RGB
CMYK
RGB Variations
Color information
#D438B2 (or 0xD438B2) is known color: Fuchsia. HEX triplet: D4, 38 and B2. RGB value is (212,56,178). Sum of RGB (Red+Green+Blue) = 212+56+178=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D438B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D438B2 is #2BC74D. Grayscale: #747474. Windows color (decimal): -2869070 or 11679956. OLE color: 11679956.
HSL color Cylindrical-coordinate representation of color #D438B2: hue angle of 313.08º 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 #D438B2 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 178 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.17 |
| HSL | 313.08º | 0.64% | 0.53% | - |
| HSV(B) | 313.08º | 0.74% | 0.83% | - |
| XYZ | 36.6 | 20.04 | 44.06 | - |
| YUV | 116.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 178 | 0 | 0.74 | 0.16 | 0.17 | 313.08 | 0.64 | 0.53 |
| Hex | D4 | 38 | B2 | 0 | 4A | 10 | 11 | 139 | 40 | 35 |
| Octal | 324 | 70 | 262 | 0 | 112 | 20 | 21 | 471 | 100 | 65 |
| Binary | 11010100 | 111000 | 10110010 | 0 | 1001010 | 10000 | 10001 | 100111001 | 1000000 | 110101 |
Color Harmonies of #D438B2
Complementary color
Monochromatic Colors of #D438B2
Black with #D438B2
Text Example
Text Example
White with #D438B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438B2; }
p { color: rgb(212,56,178); }
H1.HeaderClassName
{
color: #D438B2;
}
.AnyTagClassName
{
color: #D438B2;
}
</style>
background-color css
<style>
a { background-color: #D438B2; }
a { background-color: rgb(212,56,178); }
div.DivClassName
{
background-color: #D438B2;
}
.BgClassName
{
background-color: #D438B2;
}
</style>
border-color css
<style>
span { border-color: #D438B2; }
span { border-color: rgb(212,56,178); }
td.TdClassName
{
border-color: #D438B2;
}
.TagClassName
{
border-color: #D438B2;
}
</style>