Shades of Fuchsia #D341CE
Tints of Fuchsia #D341CE
RGB
CMYK
RGB Variations
Color information
#D341CE (or 0xD341CE) is known color: Fuchsia. HEX triplet: D3, 41 and CE. RGB value is (211,65,206). Sum of RGB (Red+Green+Blue) = 211+65+206=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D341CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D341CE is #2CBE31. Grayscale: #7C7C7C. Windows color (decimal): -2932274 or 13517267. OLE color: 13517267.
HSL color Cylindrical-coordinate representation of color #D341CE: hue angle of 302.05º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D341CE is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 206 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.17 |
| HSL | 302.05º | 0.62% | 0.54% | - |
| HSV(B) | 302.05º | 0.69% | 0.83% | - |
| XYZ | 39.89 | 22.09 | 60.55 | - |
| YUV | 124.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 206 | 0 | 0.69 | 0.02 | 0.17 | 302.05 | 0.62 | 0.54 |
| Hex | D3 | 41 | CE | 0 | 45 | 2 | 11 | 12E | 3E | 36 |
| Octal | 323 | 101 | 316 | 0 | 105 | 2 | 21 | 456 | 76 | 66 |
| Binary | 11010011 | 1000001 | 11001110 | 0 | 1000101 | 10 | 10001 | 100101110 | 111110 | 110110 |
Color Harmonies of #D341CE
Complementary color
Monochromatic Colors of #D341CE
Black with #D341CE
Text Example
Text Example
White with #D341CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341CE; }
p { color: rgb(211,65,206); }
H1.HeaderClassName
{
color: #D341CE;
}
.AnyTagClassName
{
color: #D341CE;
}
</style>
background-color css
<style>
a { background-color: #D341CE; }
a { background-color: rgb(211,65,206); }
div.DivClassName
{
background-color: #D341CE;
}
.BgClassName
{
background-color: #D341CE;
}
</style>
border-color css
<style>
span { border-color: #D341CE; }
span { border-color: rgb(211,65,206); }
td.TdClassName
{
border-color: #D341CE;
}
.TagClassName
{
border-color: #D341CE;
}
</style>