Shades of Fuchsia #D344B9
Tints of Fuchsia #D344B9
RGB
CMYK
RGB Variations
Color information
#D344B9 (or 0xD344B9) is known color: Fuchsia. HEX triplet: D3, 44 and B9. RGB value is (211,68,185). Sum of RGB (Red+Green+Blue) = 211+68+185=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D344B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344B9 is #2CBB46. Grayscale: #7B7B7B. Windows color (decimal): -2931527 or 12141779. OLE color: 12141779.
HSL color Cylindrical-coordinate representation of color #D344B9: hue angle of 310.91º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D344B9 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 185 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.17 |
| HSL | 310.91º | 0.62% | 0.55% | - |
| HSV(B) | 310.91º | 0.68% | 0.83% | - |
| XYZ | 37.69 | 21.49 | 48.06 | - |
| YUV | 124.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 185 | 0 | 0.68 | 0.12 | 0.17 | 310.91 | 0.62 | 0.55 |
| Hex | D3 | 44 | B9 | 0 | 44 | C | 11 | 137 | 3E | 37 |
| Octal | 323 | 104 | 271 | 0 | 104 | 14 | 21 | 467 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10111001 | 0 | 1000100 | 1100 | 10001 | 100110111 | 111110 | 110111 |
Color Harmonies of #D344B9
Complementary color
Monochromatic Colors of #D344B9
Black with #D344B9
Text Example
Text Example
White with #D344B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344B9; }
p { color: rgb(211,68,185); }
H1.HeaderClassName
{
color: #D344B9;
}
.AnyTagClassName
{
color: #D344B9;
}
</style>
background-color css
<style>
a { background-color: #D344B9; }
a { background-color: rgb(211,68,185); }
div.DivClassName
{
background-color: #D344B9;
}
.BgClassName
{
background-color: #D344B9;
}
</style>
border-color css
<style>
span { border-color: #D344B9; }
span { border-color: rgb(211,68,185); }
td.TdClassName
{
border-color: #D344B9;
}
.TagClassName
{
border-color: #D344B9;
}
</style>