Shades of Fuchsia #D343CA
Tints of Fuchsia #D343CA
RGB
CMYK
RGB Variations
Color information
#D343CA (or 0xD343CA) is known color: Fuchsia. HEX triplet: D3, 43 and CA. RGB value is (211,67,202). Sum of RGB (Red+Green+Blue) = 211+67+202=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D343CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343CA is #2CBC35. Grayscale: #7D7D7D. Windows color (decimal): -2931766 or 13255635. OLE color: 13255635.
HSL color Cylindrical-coordinate representation of color #D343CA: hue angle of 303.75º 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 #D343CA is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 202 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.17 |
| HSL | 303.75º | 0.62% | 0.55% | - |
| HSV(B) | 303.75º | 0.68% | 0.83% | - |
| XYZ | 39.53 | 22.13 | 58.06 | - |
| YUV | 125.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 202 | 0 | 0.68 | 0.04 | 0.17 | 303.75 | 0.62 | 0.55 |
| Hex | D3 | 43 | CA | 0 | 44 | 4 | 11 | 130 | 3E | 37 |
| Octal | 323 | 103 | 312 | 0 | 104 | 4 | 21 | 460 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11001010 | 0 | 1000100 | 100 | 10001 | 100110000 | 111110 | 110111 |
Color Harmonies of #D343CA
Complementary color
Monochromatic Colors of #D343CA
Black with #D343CA
Text Example
Text Example
White with #D343CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343CA; }
p { color: rgb(211,67,202); }
H1.HeaderClassName
{
color: #D343CA;
}
.AnyTagClassName
{
color: #D343CA;
}
</style>
background-color css
<style>
a { background-color: #D343CA; }
a { background-color: rgb(211,67,202); }
div.DivClassName
{
background-color: #D343CA;
}
.BgClassName
{
background-color: #D343CA;
}
</style>
border-color css
<style>
span { border-color: #D343CA; }
span { border-color: rgb(211,67,202); }
td.TdClassName
{
border-color: #D343CA;
}
.TagClassName
{
border-color: #D343CA;
}
</style>