Shades of Fuchsia #D340CA
Tints of Fuchsia #D340CA
RGB
CMYK
RGB Variations
Color information
#D340CA (or 0xD340CA) is known color: Fuchsia. HEX triplet: D3, 40 and CA. RGB value is (211,64,202). Sum of RGB (Red+Green+Blue) = 211+64+202=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D340CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340CA is #2CBF35. Grayscale: #7B7B7B. Windows color (decimal): -2932534 or 13254867. OLE color: 13254867.
HSL color Cylindrical-coordinate representation of color #D340CA: hue angle of 303.67º 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 #D340CA is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 202 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.17 |
| HSL | 303.67º | 0.63% | 0.54% | - |
| HSV(B) | 303.67º | 0.7% | 0.83% | - |
| XYZ | 39.36 | 21.78 | 58.01 | - |
| YUV | 123.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 202 | 0 | 0.70 | 0.04 | 0.17 | 303.67 | 0.63 | 0.54 |
| Hex | D3 | 40 | CA | 0 | 46 | 4 | 11 | 130 | 3F | 36 |
| Octal | 323 | 100 | 312 | 0 | 106 | 4 | 21 | 460 | 77 | 66 |
| Binary | 11010011 | 1000000 | 11001010 | 0 | 1000110 | 100 | 10001 | 100110000 | 111111 | 110110 |
Color Harmonies of #D340CA
Complementary color
Monochromatic Colors of #D340CA
Black with #D340CA
Text Example
Text Example
White with #D340CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340CA; }
p { color: rgb(211,64,202); }
H1.HeaderClassName
{
color: #D340CA;
}
.AnyTagClassName
{
color: #D340CA;
}
</style>
background-color css
<style>
a { background-color: #D340CA; }
a { background-color: rgb(211,64,202); }
div.DivClassName
{
background-color: #D340CA;
}
.BgClassName
{
background-color: #D340CA;
}
</style>
border-color css
<style>
span { border-color: #D340CA; }
span { border-color: rgb(211,64,202); }
td.TdClassName
{
border-color: #D340CA;
}
.TagClassName
{
border-color: #D340CA;
}
</style>