Shades of Fuchsia #D343C4
Tints of Fuchsia #D343C4
RGB
CMYK
RGB Variations
Color information
#D343C4 (or 0xD343C4) is known color: Fuchsia. HEX triplet: D3, 43 and C4. RGB value is (211,67,196). Sum of RGB (Red+Green+Blue) = 211+67+196=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D343C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D343C4 is #2CBC3B. Grayscale: #7C7C7C. Windows color (decimal): -2931772 or 12862419. OLE color: 12862419.
HSL color Cylindrical-coordinate representation of color #D343C4: hue angle of 306.25º 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 #D343C4 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 196 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.17 |
| HSL | 306.25º | 0.62% | 0.55% | - |
| HSV(B) | 306.25º | 0.68% | 0.83% | - |
| XYZ | 38.83 | 21.85 | 54.39 | - |
| YUV | 124.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 196 | 0 | 0.68 | 0.07 | 0.17 | 306.25 | 0.62 | 0.55 |
| Hex | D3 | 43 | C4 | 0 | 44 | 7 | 11 | 132 | 3E | 37 |
| Octal | 323 | 103 | 304 | 0 | 104 | 7 | 21 | 462 | 76 | 67 |
| Binary | 11010011 | 1000011 | 11000100 | 0 | 1000100 | 111 | 10001 | 100110010 | 111110 | 110111 |
Color Harmonies of #D343C4
Complementary color
Monochromatic Colors of #D343C4
Black with #D343C4
Text Example
Text Example
White with #D343C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343C4; }
p { color: rgb(211,67,196); }
H1.HeaderClassName
{
color: #D343C4;
}
.AnyTagClassName
{
color: #D343C4;
}
</style>
background-color css
<style>
a { background-color: #D343C4; }
a { background-color: rgb(211,67,196); }
div.DivClassName
{
background-color: #D343C4;
}
.BgClassName
{
background-color: #D343C4;
}
</style>
border-color css
<style>
span { border-color: #D343C4; }
span { border-color: rgb(211,67,196); }
td.TdClassName
{
border-color: #D343C4;
}
.TagClassName
{
border-color: #D343C4;
}
</style>