Shades of Fuchsia #D433D1
Tints of Fuchsia #D433D1
RGB
CMYK
RGB Variations
Color information
#D433D1 (or 0xD433D1) is known color: Fuchsia. HEX triplet: D4, 33 and D1. RGB value is (212,51,209). Sum of RGB (Red+Green+Blue) = 212+51+209=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D433D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433D1 is #2BCC2E. Grayscale: #747474. Windows color (decimal): -2870319 or 13710292. OLE color: 13710292.
HSL color Cylindrical-coordinate representation of color #D433D1: hue angle of 301.12º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D433D1 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 209 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.17 |
| HSL | 301.12º | 0.65% | 0.52% | - |
| HSV(B) | 301.12º | 0.76% | 0.83% | - |
| XYZ | 39.84 | 20.97 | 62.27 | - |
| YUV | 117.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 209 | 0 | 0.76 | 0.01 | 0.17 | 301.12 | 0.65 | 0.52 |
| Hex | D4 | 33 | D1 | 0 | 4C | 1 | 11 | 12D | 41 | 34 |
| Octal | 324 | 63 | 321 | 0 | 114 | 1 | 21 | 455 | 101 | 64 |
| Binary | 11010100 | 110011 | 11010001 | 0 | 1001100 | 1 | 10001 | 100101101 | 1000001 | 110100 |
Color Harmonies of #D433D1
Complementary color
Monochromatic Colors of #D433D1
Black with #D433D1
Text Example
Text Example
White with #D433D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D433D1; }
p { color: rgb(212,51,209); }
H1.HeaderClassName
{
color: #D433D1;
}
.AnyTagClassName
{
color: #D433D1;
}
</style>
background-color css
<style>
a { background-color: #D433D1; }
a { background-color: rgb(212,51,209); }
div.DivClassName
{
background-color: #D433D1;
}
.BgClassName
{
background-color: #D433D1;
}
</style>
border-color css
<style>
span { border-color: #D433D1; }
span { border-color: rgb(212,51,209); }
td.TdClassName
{
border-color: #D433D1;
}
.TagClassName
{
border-color: #D433D1;
}
</style>