Shades of Fuchsia #D352BA
Tints of Fuchsia #D352BA
RGB
CMYK
RGB Variations
Color information
#D352BA (or 0xD352BA) is known color: Fuchsia. HEX triplet: D3, 52 and BA. RGB value is (211,82,186). Sum of RGB (Red+Green+Blue) = 211+82+186=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D352BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352BA is #2CAD45. Grayscale: #848484. Windows color (decimal): -2927942 or 12210899. OLE color: 12210899.
HSL color Cylindrical-coordinate representation of color #D352BA: hue angle of 311.63º 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 #D352BA is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 186 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.17 |
| HSL | 311.63º | 0.59% | 0.57% | - |
| HSV(B) | 311.63º | 0.61% | 0.83% | - |
| XYZ | 38.74 | 23.43 | 48.93 | - |
| YUV | 132.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 186 | 0 | 0.61 | 0.12 | 0.17 | 311.63 | 0.59 | 0.57 |
| Hex | D3 | 52 | BA | 0 | 3D | C | 11 | 138 | 3B | 39 |
| Octal | 323 | 122 | 272 | 0 | 75 | 14 | 21 | 470 | 73 | 71 |
| Binary | 11010011 | 1010010 | 10111010 | 0 | 111101 | 1100 | 10001 | 100111000 | 111011 | 111001 |
Color Harmonies of #D352BA
Complementary color
Monochromatic Colors of #D352BA
Black with #D352BA
Text Example
Text Example
White with #D352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352BA; }
p { color: rgb(211,82,186); }
H1.HeaderClassName
{
color: #D352BA;
}
.AnyTagClassName
{
color: #D352BA;
}
</style>
background-color css
<style>
a { background-color: #D352BA; }
a { background-color: rgb(211,82,186); }
div.DivClassName
{
background-color: #D352BA;
}
.BgClassName
{
background-color: #D352BA;
}
</style>
border-color css
<style>
span { border-color: #D352BA; }
span { border-color: rgb(211,82,186); }
td.TdClassName
{
border-color: #D352BA;
}
.TagClassName
{
border-color: #D352BA;
}
</style>