Shades of Fuchsia #D350B9
Tints of Fuchsia #D350B9
RGB
CMYK
RGB Variations
Color information
#D350B9 (or 0xD350B9) is known color: Fuchsia. HEX triplet: D3, 50 and B9. RGB value is (211,80,185). Sum of RGB (Red+Green+Blue) = 211+80+185=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D350B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350B9 is #2CAF46. Grayscale: #828282. Windows color (decimal): -2928455 or 12144851. OLE color: 12144851.
HSL color Cylindrical-coordinate representation of color #D350B9: hue angle of 311.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350B9 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 185 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.17 |
| HSL | 311.91º | 0.6% | 0.57% | - |
| HSV(B) | 311.91º | 0.62% | 0.83% | - |
| XYZ | 38.49 | 23.09 | 48.33 | - |
| YUV | 131.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 185 | 0 | 0.62 | 0.12 | 0.17 | 311.91 | 0.6 | 0.57 |
| Hex | D3 | 50 | B9 | 0 | 3E | C | 11 | 138 | 3C | 39 |
| Octal | 323 | 120 | 271 | 0 | 76 | 14 | 21 | 470 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10111001 | 0 | 111110 | 1100 | 10001 | 100111000 | 111100 | 111001 |
Color Harmonies of #D350B9
Complementary color
Monochromatic Colors of #D350B9
Black with #D350B9
Text Example
Text Example
White with #D350B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350B9; }
p { color: rgb(211,80,185); }
H1.HeaderClassName
{
color: #D350B9;
}
.AnyTagClassName
{
color: #D350B9;
}
</style>
background-color css
<style>
a { background-color: #D350B9; }
a { background-color: rgb(211,80,185); }
div.DivClassName
{
background-color: #D350B9;
}
.BgClassName
{
background-color: #D350B9;
}
</style>
border-color css
<style>
span { border-color: #D350B9; }
span { border-color: rgb(211,80,185); }
td.TdClassName
{
border-color: #D350B9;
}
.TagClassName
{
border-color: #D350B9;
}
</style>