Shades of Fuchsia #D344C8
Tints of Fuchsia #D344C8
RGB
CMYK
RGB Variations
Color information
#D344C8 (or 0xD344C8) is known color: Fuchsia. HEX triplet: D3, 44 and C8. RGB value is (211,68,200). Sum of RGB (Red+Green+Blue) = 211+68+200=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D344C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344C8 is #2CBB37. Grayscale: #7D7D7D. Windows color (decimal): -2931512 or 13124819. OLE color: 13124819.
HSL color Cylindrical-coordinate representation of color #D344C8: hue angle of 304.62º 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 #D344C8 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 200 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.17 |
| HSL | 304.62º | 0.62% | 0.55% | - |
| HSV(B) | 304.62º | 0.68% | 0.83% | - |
| XYZ | 39.36 | 22.15 | 56.85 | - |
| YUV | 125.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 200 | 0 | 0.68 | 0.05 | 0.17 | 304.62 | 0.62 | 0.55 |
| Hex | D3 | 44 | C8 | 0 | 44 | 5 | 11 | 131 | 3E | 37 |
| Octal | 323 | 104 | 310 | 0 | 104 | 5 | 21 | 461 | 76 | 67 |
| Binary | 11010011 | 1000100 | 11001000 | 0 | 1000100 | 101 | 10001 | 100110001 | 111110 | 110111 |
Color Harmonies of #D344C8
Complementary color
Monochromatic Colors of #D344C8
Black with #D344C8
Text Example
Text Example
White with #D344C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344C8; }
p { color: rgb(211,68,200); }
H1.HeaderClassName
{
color: #D344C8;
}
.AnyTagClassName
{
color: #D344C8;
}
</style>
background-color css
<style>
a { background-color: #D344C8; }
a { background-color: rgb(211,68,200); }
div.DivClassName
{
background-color: #D344C8;
}
.BgClassName
{
background-color: #D344C8;
}
</style>
border-color css
<style>
span { border-color: #D344C8; }
span { border-color: rgb(211,68,200); }
td.TdClassName
{
border-color: #D344C8;
}
.TagClassName
{
border-color: #D344C8;
}
</style>