Shades of Fuchsia #D358C4
Tints of Fuchsia #D358C4
RGB
CMYK
RGB Variations
Color information
#D358C4 (or 0xD358C4) is known color: Fuchsia. HEX triplet: D3, 58 and C4. RGB value is (211,88,196). Sum of RGB (Red+Green+Blue) = 211+88+196=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D358C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358C4 is #2CA73B. Grayscale: #888888. Windows color (decimal): -2926396 or 12867795. OLE color: 12867795.
HSL color Cylindrical-coordinate representation of color #D358C4: hue angle of 307.32º 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 #D358C4 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 196 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.17 |
| HSL | 307.32º | 0.58% | 0.59% | - |
| HSV(B) | 307.32º | 0.58% | 0.83% | - |
| XYZ | 40.32 | 24.81 | 54.89 | - |
| YUV | 137.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 196 | 0 | 0.58 | 0.07 | 0.17 | 307.32 | 0.58 | 0.59 |
| Hex | D3 | 58 | C4 | 0 | 3A | 7 | 11 | 133 | 3A | 3B |
| Octal | 323 | 130 | 304 | 0 | 72 | 7 | 21 | 463 | 72 | 73 |
| Binary | 11010011 | 1011000 | 11000100 | 0 | 111010 | 111 | 10001 | 100110011 | 111010 | 111011 |
Color Harmonies of #D358C4
Complementary color
Monochromatic Colors of #D358C4
Black with #D358C4
Text Example
Text Example
White with #D358C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358C4; }
p { color: rgb(211,88,196); }
H1.HeaderClassName
{
color: #D358C4;
}
.AnyTagClassName
{
color: #D358C4;
}
</style>
background-color css
<style>
a { background-color: #D358C4; }
a { background-color: rgb(211,88,196); }
div.DivClassName
{
background-color: #D358C4;
}
.BgClassName
{
background-color: #D358C4;
}
</style>
border-color css
<style>
span { border-color: #D358C4; }
span { border-color: rgb(211,88,196); }
td.TdClassName
{
border-color: #D358C4;
}
.TagClassName
{
border-color: #D358C4;
}
</style>