Shades of Fuchsia #D358B5
Tints of Fuchsia #D358B5
RGB
CMYK
RGB Variations
Color information
#D358B5 (or 0xD358B5) is known color: Fuchsia. HEX triplet: D3, 58 and B5. RGB value is (211,88,181). Sum of RGB (Red+Green+Blue) = 211+88+181=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D358B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358B5 is #2CA74A. Grayscale: #878787. Windows color (decimal): -2926411 or 11884755. OLE color: 11884755.
HSL color Cylindrical-coordinate representation of color #D358B5: hue angle of 314.63º 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 #D358B5 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 181 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.17 |
| HSL | 314.63º | 0.58% | 0.59% | - |
| HSV(B) | 314.63º | 0.58% | 0.83% | - |
| XYZ | 38.69 | 24.16 | 46.34 | - |
| YUV | 135.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 181 | 0 | 0.58 | 0.14 | 0.17 | 314.63 | 0.58 | 0.59 |
| Hex | D3 | 58 | B5 | 0 | 3A | E | 11 | 13B | 3A | 3B |
| Octal | 323 | 130 | 265 | 0 | 72 | 16 | 21 | 473 | 72 | 73 |
| Binary | 11010011 | 1011000 | 10110101 | 0 | 111010 | 1110 | 10001 | 100111011 | 111010 | 111011 |
Color Harmonies of #D358B5
Complementary color
Monochromatic Colors of #D358B5
Black with #D358B5
Text Example
Text Example
White with #D358B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358B5; }
p { color: rgb(211,88,181); }
H1.HeaderClassName
{
color: #D358B5;
}
.AnyTagClassName
{
color: #D358B5;
}
</style>
background-color css
<style>
a { background-color: #D358B5; }
a { background-color: rgb(211,88,181); }
div.DivClassName
{
background-color: #D358B5;
}
.BgClassName
{
background-color: #D358B5;
}
</style>
border-color css
<style>
span { border-color: #D358B5; }
span { border-color: rgb(211,88,181); }
td.TdClassName
{
border-color: #D358B5;
}
.TagClassName
{
border-color: #D358B5;
}
</style>