Shades of Fuchsia #D12DCD
Tints of Fuchsia #D12DCD
RGB
CMYK
RGB Variations
Color information
#D12DCD (or 0xD12DCD) is known color: Fuchsia. HEX triplet: D1, 2D and CD. RGB value is (209,45,205). Sum of RGB (Red+Green+Blue) = 209+45+205=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCD is #2ED232. Grayscale: #6F6F6F. Windows color (decimal): -3068467 or 13446609. OLE color: 13446609.
HSL color Cylindrical-coordinate representation of color #D12DCD: hue angle of 301.46º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12DCD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 205 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.46º | 0.65% | 0.5% | - |
| HSV(B) | 301.46º | 0.78% | 0.82% | - |
| XYZ | 38.25 | 19.84 | 59.57 | - |
| YUV | 112.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 205 | 0 | 0.78 | 0.02 | 0.18 | 301.46 | 0.65 | 0.5 |
| Hex | D1 | 2D | CD | 0 | 4E | 2 | 12 | 12D | 41 | 32 |
| Octal | 321 | 55 | 315 | 0 | 116 | 2 | 22 | 455 | 101 | 62 |
| Binary | 11010001 | 101101 | 11001101 | 0 | 1001110 | 10 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D12DCD
Complementary color
Monochromatic Colors of #D12DCD
Black with #D12DCD
Text Example
Text Example
White with #D12DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DCD; }
p { color: rgb(209,45,205); }
H1.HeaderClassName
{
color: #D12DCD;
}
.AnyTagClassName
{
color: #D12DCD;
}
</style>
background-color css
<style>
a { background-color: #D12DCD; }
a { background-color: rgb(209,45,205); }
div.DivClassName
{
background-color: #D12DCD;
}
.BgClassName
{
background-color: #D12DCD;
}
</style>
border-color css
<style>
span { border-color: #D12DCD; }
span { border-color: rgb(209,45,205); }
td.TdClassName
{
border-color: #D12DCD;
}
.TagClassName
{
border-color: #D12DCD;
}
</style>