Shades of Fuchsia #D358C3
Tints of Fuchsia #D358C3
RGB
CMYK
RGB Variations
Color information
#D358C3 (or 0xD358C3) is known color: Fuchsia. HEX triplet: D3, 58 and C3. RGB value is (211,88,195). Sum of RGB (Red+Green+Blue) = 211+88+195=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D358C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358C3 is #2CA73C. Grayscale: #888888. Windows color (decimal): -2926397 or 12802259. OLE color: 12802259.
HSL color Cylindrical-coordinate representation of color #D358C3: hue angle of 307.8º 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 #D358C3 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 195 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.17 |
| HSL | 307.8º | 0.58% | 0.59% | - |
| HSV(B) | 307.8º | 0.58% | 0.83% | - |
| XYZ | 40.2 | 24.77 | 54.29 | - |
| YUV | 136.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 195 | 0 | 0.58 | 0.08 | 0.17 | 307.8 | 0.58 | 0.59 |
| Hex | D3 | 58 | C3 | 0 | 3A | 8 | 11 | 134 | 3A | 3B |
| Octal | 323 | 130 | 303 | 0 | 72 | 10 | 21 | 464 | 72 | 73 |
| Binary | 11010011 | 1011000 | 11000011 | 0 | 111010 | 1000 | 10001 | 100110100 | 111010 | 111011 |
Color Harmonies of #D358C3
Complementary color
Monochromatic Colors of #D358C3
Black with #D358C3
Text Example
Text Example
White with #D358C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358C3; }
p { color: rgb(211,88,195); }
H1.HeaderClassName
{
color: #D358C3;
}
.AnyTagClassName
{
color: #D358C3;
}
</style>
background-color css
<style>
a { background-color: #D358C3; }
a { background-color: rgb(211,88,195); }
div.DivClassName
{
background-color: #D358C3;
}
.BgClassName
{
background-color: #D358C3;
}
</style>
border-color css
<style>
span { border-color: #D358C3; }
span { border-color: rgb(211,88,195); }
td.TdClassName
{
border-color: #D358C3;
}
.TagClassName
{
border-color: #D358C3;
}
</style>