Shades of Fuchsia #D343C9
Tints of Fuchsia #D343C9
RGB
CMYK
RGB Variations
Color information
#D343C9 (or 0xD343C9) is known color: Fuchsia. HEX triplet: D3, 43 and C9. RGB value is (211,67,201). Sum of RGB (Red+Green+Blue) = 211+67+201=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D343C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343C9 is #2CBC36. Grayscale: #7C7C7C. Windows color (decimal): -2931767 or 13190099. OLE color: 13190099.
HSL color Cylindrical-coordinate representation of color #D343C9: hue angle of 304.17º 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 #D343C9 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 201 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.17 |
| HSL | 304.17º | 0.62% | 0.55% | - |
| HSV(B) | 304.17º | 0.68% | 0.83% | - |
| XYZ | 39.41 | 22.08 | 57.44 | - |
| YUV | 125.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 201 | 0 | 0.68 | 0.05 | 0.17 | 304.17 | 0.62 | 0.55 |
| Hex | D3 | 43 | C9 | 0 | 44 | 5 | 11 | 130 | 3E | 37 |
| Octal | 323 | 103 | 311 | 0 | 104 | 5 | 21 | 460 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11001001 | 0 | 1000100 | 101 | 10001 | 100110000 | 111110 | 110111 |
Color Harmonies of #D343C9
Complementary color
Monochromatic Colors of #D343C9
Black with #D343C9
Text Example
Text Example
White with #D343C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343C9; }
p { color: rgb(211,67,201); }
H1.HeaderClassName
{
color: #D343C9;
}
.AnyTagClassName
{
color: #D343C9;
}
</style>
background-color css
<style>
a { background-color: #D343C9; }
a { background-color: rgb(211,67,201); }
div.DivClassName
{
background-color: #D343C9;
}
.BgClassName
{
background-color: #D343C9;
}
</style>
border-color css
<style>
span { border-color: #D343C9; }
span { border-color: rgb(211,67,201); }
td.TdClassName
{
border-color: #D343C9;
}
.TagClassName
{
border-color: #D343C9;
}
</style>