Shades of Fuchsia #D344CD
Tints of Fuchsia #D344CD
RGB
CMYK
RGB Variations
Color information
#D344CD (or 0xD344CD) is known color: Fuchsia. HEX triplet: D3, 44 and CD. RGB value is (211,68,205). Sum of RGB (Red+Green+Blue) = 211+68+205=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 211 - color contains mainly: red. Hex color #D344CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D344CD is #2CBB32. Grayscale: #7D7D7D. Windows color (decimal): -2931507 or 13452499. OLE color: 13452499.
HSL color Cylindrical-coordinate representation of color #D344CD: hue angle of 302.52º 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 #D344CD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 205 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.17 |
| HSL | 302.52º | 0.62% | 0.55% | - |
| HSV(B) | 302.52º | 0.68% | 0.83% | - |
| XYZ | 39.95 | 22.39 | 59.97 | - |
| YUV | 126.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 205 | 0 | 0.68 | 0.03 | 0.17 | 302.52 | 0.62 | 0.55 |
| Hex | D3 | 44 | CD | 0 | 44 | 3 | 11 | 12F | 3E | 37 |
| Octal | 323 | 104 | 315 | 0 | 104 | 3 | 21 | 457 | 76 | 67 |
| Binary | 11010011 | 1000100 | 11001101 | 0 | 1000100 | 11 | 10001 | 100101111 | 111110 | 110111 |
Color Harmonies of #D344CD
Complementary color
Monochromatic Colors of #D344CD
Black with #D344CD
Text Example
Text Example
White with #D344CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344CD; }
p { color: rgb(211,68,205); }
H1.HeaderClassName
{
color: #D344CD;
}
.AnyTagClassName
{
color: #D344CD;
}
</style>
background-color css
<style>
a { background-color: #D344CD; }
a { background-color: rgb(211,68,205); }
div.DivClassName
{
background-color: #D344CD;
}
.BgClassName
{
background-color: #D344CD;
}
</style>
border-color css
<style>
span { border-color: #D344CD; }
span { border-color: rgb(211,68,205); }
td.TdClassName
{
border-color: #D344CD;
}
.TagClassName
{
border-color: #D344CD;
}
</style>