Shades of Fuchsia #D359B3
Tints of Fuchsia #D359B3
RGB
CMYK
RGB Variations
Color information
#D359B3 (or 0xD359B3) is known color: Fuchsia. HEX triplet: D3, 59 and B3. RGB value is (211,89,179). Sum of RGB (Red+Green+Blue) = 211+89+179=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D359B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359B3 is #2CA64C. Grayscale: #878787. Windows color (decimal): -2926157 or 11753939. OLE color: 11753939.
HSL color Cylindrical-coordinate representation of color #D359B3: hue angle of 315.74º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D359B3 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 179 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.17 |
| HSL | 315.74º | 0.58% | 0.59% | - |
| HSV(B) | 315.74º | 0.58% | 0.83% | - |
| XYZ | 38.57 | 24.25 | 45.3 | - |
| YUV | 135.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 179 | 0 | 0.58 | 0.15 | 0.17 | 315.74 | 0.58 | 0.59 |
| Hex | D3 | 59 | B3 | 0 | 3A | F | 11 | 13C | 3A | 3B |
| Octal | 323 | 131 | 263 | 0 | 72 | 17 | 21 | 474 | 72 | 73 |
| Binary | 11010011 | 1011001 | 10110011 | 0 | 111010 | 1111 | 10001 | 100111100 | 111010 | 111011 |
Color Harmonies of #D359B3
Complementary color
Monochromatic Colors of #D359B3
Black with #D359B3
Text Example
Text Example
White with #D359B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359B3; }
p { color: rgb(211,89,179); }
H1.HeaderClassName
{
color: #D359B3;
}
.AnyTagClassName
{
color: #D359B3;
}
</style>
background-color css
<style>
a { background-color: #D359B3; }
a { background-color: rgb(211,89,179); }
div.DivClassName
{
background-color: #D359B3;
}
.BgClassName
{
background-color: #D359B3;
}
</style>
border-color css
<style>
span { border-color: #D359B3; }
span { border-color: rgb(211,89,179); }
td.TdClassName
{
border-color: #D359B3;
}
.TagClassName
{
border-color: #D359B3;
}
</style>