Shades of Fuchsia #D352C9
Tints of Fuchsia #D352C9
RGB
CMYK
RGB Variations
Color information
#D352C9 (or 0xD352C9) is known color: Fuchsia. HEX triplet: D3, 52 and C9. RGB value is (211,82,201). Sum of RGB (Red+Green+Blue) = 211+82+201=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D352C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352C9 is #2CAD36. Grayscale: #858585. Windows color (decimal): -2927927 or 13193939. OLE color: 13193939.
HSL color Cylindrical-coordinate representation of color #D352C9: hue angle of 304.65º 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 #D352C9 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 201 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.17 |
| HSL | 304.65º | 0.59% | 0.57% | - |
| HSV(B) | 304.65º | 0.61% | 0.83% | - |
| XYZ | 40.42 | 24.1 | 57.78 | - |
| YUV | 134.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 201 | 0 | 0.61 | 0.05 | 0.17 | 304.65 | 0.59 | 0.57 |
| Hex | D3 | 52 | C9 | 0 | 3D | 5 | 11 | 131 | 3B | 39 |
| Octal | 323 | 122 | 311 | 0 | 75 | 5 | 21 | 461 | 73 | 71 |
| Binary | 11010011 | 1010010 | 11001001 | 0 | 111101 | 101 | 10001 | 100110001 | 111011 | 111001 |
Color Harmonies of #D352C9
Complementary color
Monochromatic Colors of #D352C9
Black with #D352C9
Text Example
Text Example
White with #D352C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352C9; }
p { color: rgb(211,82,201); }
H1.HeaderClassName
{
color: #D352C9;
}
.AnyTagClassName
{
color: #D352C9;
}
</style>
background-color css
<style>
a { background-color: #D352C9; }
a { background-color: rgb(211,82,201); }
div.DivClassName
{
background-color: #D352C9;
}
.BgClassName
{
background-color: #D352C9;
}
</style>
border-color css
<style>
span { border-color: #D352C9; }
span { border-color: rgb(211,82,201); }
td.TdClassName
{
border-color: #D352C9;
}
.TagClassName
{
border-color: #D352C9;
}
</style>