Shades of Fuchsia #D343CE
Tints of Fuchsia #D343CE
RGB
CMYK
RGB Variations
Color information
#D343CE (or 0xD343CE) is known color: Fuchsia. HEX triplet: D3, 43 and CE. RGB value is (211,67,206). Sum of RGB (Red+Green+Blue) = 211+67+206=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D343CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343CE is #2CBC31. Grayscale: #7D7D7D. Windows color (decimal): -2931762 or 13517779. OLE color: 13517779.
HSL color Cylindrical-coordinate representation of color #D343CE: hue angle of 302.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D343CE is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 206 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.17 |
| HSL | 302.08º | 0.62% | 0.55% | - |
| HSV(B) | 302.08º | 0.68% | 0.83% | - |
| XYZ | 40.01 | 22.32 | 60.59 | - |
| YUV | 125.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 206 | 0 | 0.68 | 0.02 | 0.17 | 302.08 | 0.62 | 0.55 |
| Hex | D3 | 43 | CE | 0 | 44 | 2 | 11 | 12E | 3E | 37 |
| Octal | 323 | 103 | 316 | 0 | 104 | 2 | 21 | 456 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11001110 | 0 | 1000100 | 10 | 10001 | 100101110 | 111110 | 110111 |
Color Harmonies of #D343CE
Complementary color
Monochromatic Colors of #D343CE
Black with #D343CE
Text Example
Text Example
White with #D343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343CE; }
p { color: rgb(211,67,206); }
H1.HeaderClassName
{
color: #D343CE;
}
.AnyTagClassName
{
color: #D343CE;
}
</style>
background-color css
<style>
a { background-color: #D343CE; }
a { background-color: rgb(211,67,206); }
div.DivClassName
{
background-color: #D343CE;
}
.BgClassName
{
background-color: #D343CE;
}
</style>
border-color css
<style>
span { border-color: #D343CE; }
span { border-color: rgb(211,67,206); }
td.TdClassName
{
border-color: #D343CE;
}
.TagClassName
{
border-color: #D343CE;
}
</style>