Shades of Fuchsia #D352CC
Tints of Fuchsia #D352CC
RGB
CMYK
RGB Variations
Color information
#D352CC (or 0xD352CC) is known color: Fuchsia. HEX triplet: D3, 52 and CC. RGB value is (211,82,204). Sum of RGB (Red+Green+Blue) = 211+82+204=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D352CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352CC is #2CAD33. Grayscale: #868686. Windows color (decimal): -2927924 or 13390547. OLE color: 13390547.
HSL color Cylindrical-coordinate representation of color #D352CC: hue angle of 303.26º 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 #D352CC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 204 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.17 |
| HSL | 303.26º | 0.59% | 0.57% | - |
| HSV(B) | 303.26º | 0.61% | 0.83% | - |
| XYZ | 40.78 | 24.24 | 59.66 | - |
| YUV | 134.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 204 | 0 | 0.61 | 0.03 | 0.17 | 303.26 | 0.59 | 0.57 |
| Hex | D3 | 52 | CC | 0 | 3D | 3 | 11 | 12F | 3B | 39 |
| Octal | 323 | 122 | 314 | 0 | 75 | 3 | 21 | 457 | 73 | 71 |
| Binary | 11010011 | 1010010 | 11001100 | 0 | 111101 | 11 | 10001 | 100101111 | 111011 | 111001 |
Color Harmonies of #D352CC
Complementary color
Monochromatic Colors of #D352CC
Black with #D352CC
Text Example
Text Example
White with #D352CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352CC; }
p { color: rgb(211,82,204); }
H1.HeaderClassName
{
color: #D352CC;
}
.AnyTagClassName
{
color: #D352CC;
}
</style>
background-color css
<style>
a { background-color: #D352CC; }
a { background-color: rgb(211,82,204); }
div.DivClassName
{
background-color: #D352CC;
}
.BgClassName
{
background-color: #D352CC;
}
</style>
border-color css
<style>
span { border-color: #D352CC; }
span { border-color: rgb(211,82,204); }
td.TdClassName
{
border-color: #D352CC;
}
.TagClassName
{
border-color: #D352CC;
}
</style>