Shades of Fuchsia #D353CC
Tints of Fuchsia #D353CC
RGB
CMYK
RGB Variations
Color information
#D353CC (or 0xD353CC) is known color: Fuchsia. HEX triplet: D3, 53 and CC. RGB value is (211,83,204). Sum of RGB (Red+Green+Blue) = 211+83+204=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D353CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353CC is #2CAC33. Grayscale: #868686. Windows color (decimal): -2927668 or 13390803. OLE color: 13390803.
HSL color Cylindrical-coordinate representation of color #D353CC: hue angle of 303.28º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353CC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 204 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.17 |
| HSL | 303.28º | 0.59% | 0.58% | - |
| HSV(B) | 303.28º | 0.61% | 0.83% | - |
| XYZ | 40.86 | 24.4 | 59.68 | - |
| YUV | 135.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 204 | 0 | 0.61 | 0.03 | 0.17 | 303.28 | 0.59 | 0.58 |
| Hex | D3 | 53 | CC | 0 | 3D | 3 | 11 | 12F | 3B | 3A |
| Octal | 323 | 123 | 314 | 0 | 75 | 3 | 21 | 457 | 73 | 72 |
| Binary | 11010011 | 1010011 | 11001100 | 0 | 111101 | 11 | 10001 | 100101111 | 111011 | 111010 |
Color Harmonies of #D353CC
Complementary color
Monochromatic Colors of #D353CC
Black with #D353CC
Text Example
Text Example
White with #D353CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353CC; }
p { color: rgb(211,83,204); }
H1.HeaderClassName
{
color: #D353CC;
}
.AnyTagClassName
{
color: #D353CC;
}
</style>
background-color css
<style>
a { background-color: #D353CC; }
a { background-color: rgb(211,83,204); }
div.DivClassName
{
background-color: #D353CC;
}
.BgClassName
{
background-color: #D353CC;
}
</style>
border-color css
<style>
span { border-color: #D353CC; }
span { border-color: rgb(211,83,204); }
td.TdClassName
{
border-color: #D353CC;
}
.TagClassName
{
border-color: #D353CC;
}
</style>