Shades of Fuchsia #D340CE
Tints of Fuchsia #D340CE
RGB
CMYK
RGB Variations
Color information
#D340CE (or 0xD340CE) is known color: Fuchsia. HEX triplet: D3, 40 and CE. RGB value is (211,64,206). Sum of RGB (Red+Green+Blue) = 211+64+206=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D340CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340CE is #2CBF31. Grayscale: #7B7B7B. Windows color (decimal): -2932530 or 13517011. OLE color: 13517011.
HSL color Cylindrical-coordinate representation of color #D340CE: hue angle of 302.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340CE is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 206 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.17 |
| HSL | 302.04º | 0.63% | 0.54% | - |
| HSV(B) | 302.04º | 0.7% | 0.83% | - |
| XYZ | 39.84 | 21.97 | 60.53 | - |
| YUV | 124.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 206 | 0 | 0.70 | 0.02 | 0.17 | 302.04 | 0.63 | 0.54 |
| Hex | D3 | 40 | CE | 0 | 46 | 2 | 11 | 12E | 3F | 36 |
| Octal | 323 | 100 | 316 | 0 | 106 | 2 | 21 | 456 | 77 | 66 |
| Binary | 11010011 | 1000000 | 11001110 | 0 | 1000110 | 10 | 10001 | 100101110 | 111111 | 110110 |
Color Harmonies of #D340CE
Complementary color
Monochromatic Colors of #D340CE
Black with #D340CE
Text Example
Text Example
White with #D340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340CE; }
p { color: rgb(211,64,206); }
H1.HeaderClassName
{
color: #D340CE;
}
.AnyTagClassName
{
color: #D340CE;
}
</style>
background-color css
<style>
a { background-color: #D340CE; }
a { background-color: rgb(211,64,206); }
div.DivClassName
{
background-color: #D340CE;
}
.BgClassName
{
background-color: #D340CE;
}
</style>
border-color css
<style>
span { border-color: #D340CE; }
span { border-color: rgb(211,64,206); }
td.TdClassName
{
border-color: #D340CE;
}
.TagClassName
{
border-color: #D340CE;
}
</style>