Shades of Fuchsia #D344BD
Tints of Fuchsia #D344BD
RGB
CMYK
RGB Variations
Color information
#D344BD (or 0xD344BD) is known color: Fuchsia. HEX triplet: D3, 44 and BD. RGB value is (211,68,189). Sum of RGB (Red+Green+Blue) = 211+68+189=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D344BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344BD is #2CBB42. Grayscale: #7C7C7C. Windows color (decimal): -2931523 or 12403923. OLE color: 12403923.
HSL color Cylindrical-coordinate representation of color #D344BD: hue angle of 309.23º 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 #D344BD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 189 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.17 |
| HSL | 309.23º | 0.62% | 0.55% | - |
| HSV(B) | 309.23º | 0.68% | 0.83% | - |
| XYZ | 38.12 | 21.66 | 50.32 | - |
| YUV | 124.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 189 | 0 | 0.68 | 0.10 | 0.17 | 309.23 | 0.62 | 0.55 |
| Hex | D3 | 44 | BD | 0 | 44 | A | 11 | 135 | 3E | 37 |
| Octal | 323 | 104 | 275 | 0 | 104 | 12 | 21 | 465 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10111101 | 0 | 1000100 | 1010 | 10001 | 100110101 | 111110 | 110111 |
Color Harmonies of #D344BD
Complementary color
Monochromatic Colors of #D344BD
Black with #D344BD
Text Example
Text Example
White with #D344BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344BD; }
p { color: rgb(211,68,189); }
H1.HeaderClassName
{
color: #D344BD;
}
.AnyTagClassName
{
color: #D344BD;
}
</style>
background-color css
<style>
a { background-color: #D344BD; }
a { background-color: rgb(211,68,189); }
div.DivClassName
{
background-color: #D344BD;
}
.BgClassName
{
background-color: #D344BD;
}
</style>
border-color css
<style>
span { border-color: #D344BD; }
span { border-color: rgb(211,68,189); }
td.TdClassName
{
border-color: #D344BD;
}
.TagClassName
{
border-color: #D344BD;
}
</style>