Shades of Fuchsia #D343C6
Tints of Fuchsia #D343C6
RGB
CMYK
RGB Variations
Color information
#D343C6 (or 0xD343C6) is known color: Fuchsia. HEX triplet: D3, 43 and C6. RGB value is (211,67,198). Sum of RGB (Red+Green+Blue) = 211+67+198=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D343C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343C6 is #2CBC39. Grayscale: #7C7C7C. Windows color (decimal): -2931770 or 12993491. OLE color: 12993491.
HSL color Cylindrical-coordinate representation of color #D343C6: hue angle of 305.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 #D343C6 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 198 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.17 |
| HSL | 305.42º | 0.62% | 0.55% | - |
| HSV(B) | 305.42º | 0.68% | 0.83% | - |
| XYZ | 39.06 | 21.94 | 55.6 | - |
| YUV | 124.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 198 | 0 | 0.68 | 0.06 | 0.17 | 305.42 | 0.62 | 0.55 |
| Hex | D3 | 43 | C6 | 0 | 44 | 6 | 11 | 131 | 3E | 37 |
| Octal | 323 | 103 | 306 | 0 | 104 | 6 | 21 | 461 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11000110 | 0 | 1000100 | 110 | 10001 | 100110001 | 111110 | 110111 |
Color Harmonies of #D343C6
Complementary color
Monochromatic Colors of #D343C6
Black with #D343C6
Text Example
Text Example
White with #D343C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343C6; }
p { color: rgb(211,67,198); }
H1.HeaderClassName
{
color: #D343C6;
}
.AnyTagClassName
{
color: #D343C6;
}
</style>
background-color css
<style>
a { background-color: #D343C6; }
a { background-color: rgb(211,67,198); }
div.DivClassName
{
background-color: #D343C6;
}
.BgClassName
{
background-color: #D343C6;
}
</style>
border-color css
<style>
span { border-color: #D343C6; }
span { border-color: rgb(211,67,198); }
td.TdClassName
{
border-color: #D343C6;
}
.TagClassName
{
border-color: #D343C6;
}
</style>