Shades of Fuchsia #D343AE
Tints of Fuchsia #D343AE
RGB
CMYK
RGB Variations
Color information
#D343AE (or 0xD343AE) is known color: Fuchsia. HEX triplet: D3, 43 and AE. RGB value is (211,67,174). Sum of RGB (Red+Green+Blue) = 211+67+174=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D343AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D343AE is #2CBC51. Grayscale: #797979. Windows color (decimal): -2931794 or 11420627. OLE color: 11420627.
HSL color Cylindrical-coordinate representation of color #D343AE: hue angle of 315.42º 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 #D343AE is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 174 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.17 |
| HSL | 315.42º | 0.62% | 0.55% | - |
| HSV(B) | 315.42º | 0.68% | 0.83% | - |
| XYZ | 36.51 | 20.92 | 42.16 | - |
| YUV | 122.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 174 | 0 | 0.68 | 0.18 | 0.17 | 315.42 | 0.62 | 0.55 |
| Hex | D3 | 43 | AE | 0 | 44 | 12 | 11 | 13B | 3E | 37 |
| Octal | 323 | 103 | 256 | 0 | 104 | 22 | 21 | 473 | 76 | 67 |
| Binary | 11010011 | 1000011 | 10101110 | 0 | 1000100 | 10010 | 10001 | 100111011 | 111110 | 110111 |
Color Harmonies of #D343AE
Complementary color
Monochromatic Colors of #D343AE
Black with #D343AE
Text Example
Text Example
White with #D343AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343AE; }
p { color: rgb(211,67,174); }
H1.HeaderClassName
{
color: #D343AE;
}
.AnyTagClassName
{
color: #D343AE;
}
</style>
background-color css
<style>
a { background-color: #D343AE; }
a { background-color: rgb(211,67,174); }
div.DivClassName
{
background-color: #D343AE;
}
.BgClassName
{
background-color: #D343AE;
}
</style>
border-color css
<style>
span { border-color: #D343AE; }
span { border-color: rgb(211,67,174); }
td.TdClassName
{
border-color: #D343AE;
}
.TagClassName
{
border-color: #D343AE;
}
</style>