Shades of Fuchsia #D432D6
Tints of Fuchsia #D432D6
RGB
CMYK
RGB Variations
Color information
#D432D6 (or 0xD432D6) is known color: Fuchsia. HEX triplet: D4, 32 and D6. RGB value is (212,50,214). Sum of RGB (Red+Green+Blue) = 212+50+214=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #D432D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432D6 is #2BCD29. Grayscale: #747474. Windows color (decimal): -2870570 or 14037716. OLE color: 14037716.
HSL color Cylindrical-coordinate representation of color #D432D6: hue angle of 299.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D432D6 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 50 | 214 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.16 |
| HSL | 299.27º | 0.67% | 0.52% | - |
| HSV(B) | 299.27º | 0.77% | 0.84% | - |
| XYZ | 40.43 | 21.13 | 65.57 | - |
| YUV | 117.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 214 | 0.01 | 0.77 | 0 | 0.16 | 299.27 | 0.67 | 0.52 |
| Hex | D4 | 32 | D6 | 1 | 4D | 0 | 10 | 12B | 43 | 34 |
| Octal | 324 | 62 | 326 | 1 | 115 | 0 | 20 | 453 | 103 | 64 |
| Binary | 11010100 | 110010 | 11010110 | 1 | 1001101 | 0 | 10000 | 100101011 | 1000011 | 110100 |
Color Harmonies of #D432D6
Complementary color
Monochromatic Colors of #D432D6
Black with #D432D6
Text Example
Text Example
White with #D432D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432D6; }
p { color: rgb(212,50,214); }
H1.HeaderClassName
{
color: #D432D6;
}
.AnyTagClassName
{
color: #D432D6;
}
</style>
background-color css
<style>
a { background-color: #D432D6; }
a { background-color: rgb(212,50,214); }
div.DivClassName
{
background-color: #D432D6;
}
.BgClassName
{
background-color: #D432D6;
}
</style>
border-color css
<style>
span { border-color: #D432D6; }
span { border-color: rgb(212,50,214); }
td.TdClassName
{
border-color: #D432D6;
}
.TagClassName
{
border-color: #D432D6;
}
</style>