Shades of Fuchsia #D358B9
Tints of Fuchsia #D358B9
RGB
CMYK
RGB Variations
Color information
#D358B9 (or 0xD358B9) is known color: Fuchsia. HEX triplet: D3, 58 and B9. RGB value is (211,88,185). Sum of RGB (Red+Green+Blue) = 211+88+185=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D358B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358B9 is #2CA746. Grayscale: #878787. Windows color (decimal): -2926407 or 12146899. OLE color: 12146899.
HSL color Cylindrical-coordinate representation of color #D358B9: hue angle of 312.68º 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 #D358B9 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 88 | 185 | - |
CMYK | 0 | 0.58 | 0.12 | 0.17 |
HSL | 312.68º | 0.58% | 0.59% | - |
HSV(B) | 312.68º | 0.58% | 0.83% | - |
XYZ | 39.11 | 24.33 | 48.53 | - |
YUV | 135.84 | 155.75 | 181.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 88 | 185 | 0 | 0.58 | 0.12 | 0.17 | 312.68 | 0.58 | 0.59 |
Hex | D3 | 58 | B9 | 0 | 3A | C | 11 | 139 | 3A | 3B |
Octal | 323 | 130 | 271 | 0 | 72 | 14 | 21 | 471 | 72 | 73 |
Binary | 11010011 | 1011000 | 10111001 | 0 | 111010 | 1100 | 10001 | 100111001 | 111010 | 111011 |
Color Harmonies of #D358B9
Complementary color
Monochromatic Colors of #D358B9
Black with #D358B9
Text Example
Text Example
White with #D358B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D358B9; }
p { color: rgb(211,88,185); }
H1.HeaderClassName
{
color: #D358B9;
}
.AnyTagClassName
{
color: #D358B9;
}
</style>
background-color css
<style>
a { background-color: #D358B9; }
a { background-color: rgb(211,88,185); }
div.DivClassName
{
background-color: #D358B9;
}
.BgClassName
{
background-color: #D358B9;
}
</style>
border-color css
<style>
span { border-color: #D358B9; }
span { border-color: rgb(211,88,185); }
td.TdClassName
{
border-color: #D358B9;
}
.TagClassName
{
border-color: #D358B9;
}
</style>