Shades of Fuchsia #D343CC
Tints of Fuchsia #D343CC
RGB
CMYK
RGB Variations
Color information
#D343CC (or 0xD343CC) is known color: Fuchsia. HEX triplet: D3, 43 and CC. RGB value is (211,67,204). Sum of RGB (Red+Green+Blue) = 211+67+204=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D343CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343CC is #2CBC33. Grayscale: #7D7D7D. Windows color (decimal): -2931764 or 13386707. OLE color: 13386707.
HSL color Cylindrical-coordinate representation of color #D343CC: hue angle of 302.92º 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 #D343CC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 204 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.17 |
| HSL | 302.92º | 0.62% | 0.55% | - |
| HSV(B) | 302.92º | 0.68% | 0.83% | - |
| XYZ | 39.77 | 22.22 | 59.32 | - |
| YUV | 125.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 204 | 0 | 0.68 | 0.03 | 0.17 | 302.92 | 0.62 | 0.55 |
| Hex | D3 | 43 | CC | 0 | 44 | 3 | 11 | 12F | 3E | 37 |
| Octal | 323 | 103 | 314 | 0 | 104 | 3 | 21 | 457 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11001100 | 0 | 1000100 | 11 | 10001 | 100101111 | 111110 | 110111 |
Color Harmonies of #D343CC
Complementary color
Monochromatic Colors of #D343CC
Black with #D343CC
Text Example
Text Example
White with #D343CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343CC; }
p { color: rgb(211,67,204); }
H1.HeaderClassName
{
color: #D343CC;
}
.AnyTagClassName
{
color: #D343CC;
}
</style>
background-color css
<style>
a { background-color: #D343CC; }
a { background-color: rgb(211,67,204); }
div.DivClassName
{
background-color: #D343CC;
}
.BgClassName
{
background-color: #D343CC;
}
</style>
border-color css
<style>
span { border-color: #D343CC; }
span { border-color: rgb(211,67,204); }
td.TdClassName
{
border-color: #D343CC;
}
.TagClassName
{
border-color: #D343CC;
}
</style>