Shades of Fuchsia #D438B5
Tints of Fuchsia #D438B5
RGB
CMYK
RGB Variations
Color information
#D438B5 (or 0xD438B5) is known color: Fuchsia. HEX triplet: D4, 38 and B5. RGB value is (212,56,181). Sum of RGB (Red+Green+Blue) = 212+56+181=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D438B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438B5 is #2BC74A. Grayscale: #747474. Windows color (decimal): -2869067 or 11876564. OLE color: 11876564.
HSL color Cylindrical-coordinate representation of color #D438B5: hue angle of 311.92º 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 #D438B5 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 181 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.17 |
| HSL | 311.92º | 0.64% | 0.53% | - |
| HSV(B) | 311.92º | 0.74% | 0.83% | - |
| XYZ | 36.91 | 20.16 | 45.66 | - |
| YUV | 116.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 181 | 0 | 0.74 | 0.15 | 0.17 | 311.92 | 0.64 | 0.53 |
| Hex | D4 | 38 | B5 | 0 | 4A | F | 11 | 138 | 40 | 35 |
| Octal | 324 | 70 | 265 | 0 | 112 | 17 | 21 | 470 | 100 | 65 |
| Binary | 11010100 | 111000 | 10110101 | 0 | 1001010 | 1111 | 10001 | 100111000 | 1000000 | 110101 |
Color Harmonies of #D438B5
Complementary color
Monochromatic Colors of #D438B5
Black with #D438B5
Text Example
Text Example
White with #D438B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438B5; }
p { color: rgb(212,56,181); }
H1.HeaderClassName
{
color: #D438B5;
}
.AnyTagClassName
{
color: #D438B5;
}
</style>
background-color css
<style>
a { background-color: #D438B5; }
a { background-color: rgb(212,56,181); }
div.DivClassName
{
background-color: #D438B5;
}
.BgClassName
{
background-color: #D438B5;
}
</style>
border-color css
<style>
span { border-color: #D438B5; }
span { border-color: rgb(212,56,181); }
td.TdClassName
{
border-color: #D438B5;
}
.TagClassName
{
border-color: #D438B5;
}
</style>