Shades of Fuchsia #D353C8
Tints of Fuchsia #D353C8
RGB
CMYK
RGB Variations
Color information
#D353C8 (or 0xD353C8) is known color: Fuchsia. HEX triplet: D3, 53 and C8. RGB value is (211,83,200). Sum of RGB (Red+Green+Blue) = 211+83+200=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D353C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353C8 is #2CAC37. Grayscale: #868686. Windows color (decimal): -2927672 or 13128659. OLE color: 13128659.
HSL color Cylindrical-coordinate representation of color #D353C8: hue angle of 305.16º 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 #D353C8 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 200 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.17 |
| HSL | 305.16º | 0.59% | 0.58% | - |
| HSV(B) | 305.16º | 0.61% | 0.83% | - |
| XYZ | 40.38 | 24.21 | 57.19 | - |
| YUV | 134.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 200 | 0 | 0.61 | 0.05 | 0.17 | 305.16 | 0.59 | 0.58 |
| Hex | D3 | 53 | C8 | 0 | 3D | 5 | 11 | 131 | 3B | 3A |
| Octal | 323 | 123 | 310 | 0 | 75 | 5 | 21 | 461 | 73 | 72 |
| Binary | 11010011 | 1010011 | 11001000 | 0 | 111101 | 101 | 10001 | 100110001 | 111011 | 111010 |
Color Harmonies of #D353C8
Complementary color
Monochromatic Colors of #D353C8
Black with #D353C8
Text Example
Text Example
White with #D353C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353C8; }
p { color: rgb(211,83,200); }
H1.HeaderClassName
{
color: #D353C8;
}
.AnyTagClassName
{
color: #D353C8;
}
</style>
background-color css
<style>
a { background-color: #D353C8; }
a { background-color: rgb(211,83,200); }
div.DivClassName
{
background-color: #D353C8;
}
.BgClassName
{
background-color: #D353C8;
}
</style>
border-color css
<style>
span { border-color: #D353C8; }
span { border-color: rgb(211,83,200); }
td.TdClassName
{
border-color: #D353C8;
}
.TagClassName
{
border-color: #D353C8;
}
</style>