Shades of Fuchsia #D35EC2
Tints of Fuchsia #D35EC2
RGB
CMYK
RGB Variations
Color information
#D35EC2 (or 0xD35EC2) is known color: Fuchsia. HEX triplet: D3, 5E and C2. RGB value is (211,94,194). Sum of RGB (Red+Green+Blue) = 211+94+194=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EC2 is #2CA13D. Grayscale: #8C8C8C. Windows color (decimal): -2924862 or 12738259. OLE color: 12738259.
HSL color Cylindrical-coordinate representation of color #D35EC2: hue angle of 308.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35EC2 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 194 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.17 |
| HSL | 308.72º | 0.57% | 0.6% | - |
| HSV(B) | 308.72º | 0.55% | 0.83% | - |
| XYZ | 40.6 | 25.75 | 53.87 | - |
| YUV | 140.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 194 | 0 | 0.55 | 0.08 | 0.17 | 308.72 | 0.57 | 0.6 |
| Hex | D3 | 5E | C2 | 0 | 37 | 8 | 11 | 135 | 39 | 3C |
| Octal | 323 | 136 | 302 | 0 | 67 | 10 | 21 | 465 | 71 | 74 |
| Binary | 11010011 | 1011110 | 11000010 | 0 | 110111 | 1000 | 10001 | 100110101 | 111001 | 111100 |
Color Harmonies of #D35EC2
Complementary color
Monochromatic Colors of #D35EC2
Black with #D35EC2
Text Example
Text Example
White with #D35EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EC2; }
p { color: rgb(211,94,194); }
H1.HeaderClassName
{
color: #D35EC2;
}
.AnyTagClassName
{
color: #D35EC2;
}
</style>
background-color css
<style>
a { background-color: #D35EC2; }
a { background-color: rgb(211,94,194); }
div.DivClassName
{
background-color: #D35EC2;
}
.BgClassName
{
background-color: #D35EC2;
}
</style>
border-color css
<style>
span { border-color: #D35EC2; }
span { border-color: rgb(211,94,194); }
td.TdClassName
{
border-color: #D35EC2;
}
.TagClassName
{
border-color: #D35EC2;
}
</style>