Shades of Fuchsia #D352C8
Tints of Fuchsia #D352C8
RGB
CMYK
RGB Variations
Color information
#D352C8 (or 0xD352C8) is known color: Fuchsia. HEX triplet: D3, 52 and C8. RGB value is (211,82,200). Sum of RGB (Red+Green+Blue) = 211+82+200=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D352C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352C8 is #2CAD37. Grayscale: #858585. Windows color (decimal): -2927928 or 13128403. OLE color: 13128403.
HSL color Cylindrical-coordinate representation of color #D352C8: hue angle of 305.12º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D352C8 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 200 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.17 |
| HSL | 305.12º | 0.59% | 0.57% | - |
| HSV(B) | 305.12º | 0.61% | 0.83% | - |
| XYZ | 40.31 | 24.05 | 57.16 | - |
| YUV | 134.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 200 | 0 | 0.61 | 0.05 | 0.17 | 305.12 | 0.59 | 0.57 |
| Hex | D3 | 52 | C8 | 0 | 3D | 5 | 11 | 131 | 3B | 39 |
| Octal | 323 | 122 | 310 | 0 | 75 | 5 | 21 | 461 | 73 | 71 |
| Binary | 11010011 | 1010010 | 11001000 | 0 | 111101 | 101 | 10001 | 100110001 | 111011 | 111001 |
Color Harmonies of #D352C8
Complementary color
Monochromatic Colors of #D352C8
Black with #D352C8
Text Example
Text Example
White with #D352C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352C8; }
p { color: rgb(211,82,200); }
H1.HeaderClassName
{
color: #D352C8;
}
.AnyTagClassName
{
color: #D352C8;
}
</style>
background-color css
<style>
a { background-color: #D352C8; }
a { background-color: rgb(211,82,200); }
div.DivClassName
{
background-color: #D352C8;
}
.BgClassName
{
background-color: #D352C8;
}
</style>
border-color css
<style>
span { border-color: #D352C8; }
span { border-color: rgb(211,82,200); }
td.TdClassName
{
border-color: #D352C8;
}
.TagClassName
{
border-color: #D352C8;
}
</style>