Shades of Fuchsia #D352BC
Tints of Fuchsia #D352BC
RGB
CMYK
RGB Variations
Color information
#D352BC (or 0xD352BC) is known color: Fuchsia. HEX triplet: D3, 52 and BC. RGB value is (211,82,188). Sum of RGB (Red+Green+Blue) = 211+82+188=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D352BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352BC is #2CAD43. Grayscale: #848484. Windows color (decimal): -2927940 or 12341971. OLE color: 12341971.
HSL color Cylindrical-coordinate representation of color #D352BC: hue angle of 310.7º 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 #D352BC is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 188 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.17 |
| HSL | 310.7º | 0.59% | 0.57% | - |
| HSV(B) | 310.7º | 0.61% | 0.83% | - |
| XYZ | 38.96 | 23.51 | 50.06 | - |
| YUV | 132.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 188 | 0 | 0.61 | 0.11 | 0.17 | 310.7 | 0.59 | 0.57 |
| Hex | D3 | 52 | BC | 0 | 3D | B | 11 | 137 | 3B | 39 |
| Octal | 323 | 122 | 274 | 0 | 75 | 13 | 21 | 467 | 73 | 71 |
| Binary | 11010011 | 1010010 | 10111100 | 0 | 111101 | 1011 | 10001 | 100110111 | 111011 | 111001 |
Color Harmonies of #D352BC
Complementary color
Monochromatic Colors of #D352BC
Black with #D352BC
Text Example
Text Example
White with #D352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352BC; }
p { color: rgb(211,82,188); }
H1.HeaderClassName
{
color: #D352BC;
}
.AnyTagClassName
{
color: #D352BC;
}
</style>
background-color css
<style>
a { background-color: #D352BC; }
a { background-color: rgb(211,82,188); }
div.DivClassName
{
background-color: #D352BC;
}
.BgClassName
{
background-color: #D352BC;
}
</style>
border-color css
<style>
span { border-color: #D352BC; }
span { border-color: rgb(211,82,188); }
td.TdClassName
{
border-color: #D352BC;
}
.TagClassName
{
border-color: #D352BC;
}
</style>