Shades of Fuchsia #D342BD
Tints of Fuchsia #D342BD
RGB
CMYK
RGB Variations
Color information
#D342BD (or 0xD342BD) is known color: Fuchsia. HEX triplet: D3, 42 and BD. RGB value is (211,66,189). Sum of RGB (Red+Green+Blue) = 211+66+189=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D342BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D342BD is #2CBD42. Grayscale: #7B7B7B. Windows color (decimal): -2932035 or 12403411. OLE color: 12403411.
HSL color Cylindrical-coordinate representation of color #D342BD: hue angle of 309.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D342BD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 189 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.17 |
| HSL | 309.1º | 0.62% | 0.54% | - |
| HSV(B) | 309.1º | 0.69% | 0.83% | - |
| XYZ | 38 | 21.42 | 50.28 | - |
| YUV | 123.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 189 | 0 | 0.69 | 0.10 | 0.17 | 309.1 | 0.62 | 0.54 |
| Hex | D3 | 42 | BD | 0 | 45 | A | 11 | 135 | 3E | 36 |
| Octal | 323 | 102 | 275 | 0 | 105 | 12 | 21 | 465 | 76 | 66 |
| Binary | 11010011 | 1000010 | 10111101 | 0 | 1000101 | 1010 | 10001 | 100110101 | 111110 | 110110 |
Color Harmonies of #D342BD
Complementary color
Monochromatic Colors of #D342BD
Black with #D342BD
Text Example
Text Example
White with #D342BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342BD; }
p { color: rgb(211,66,189); }
H1.HeaderClassName
{
color: #D342BD;
}
.AnyTagClassName
{
color: #D342BD;
}
</style>
background-color css
<style>
a { background-color: #D342BD; }
a { background-color: rgb(211,66,189); }
div.DivClassName
{
background-color: #D342BD;
}
.BgClassName
{
background-color: #D342BD;
}
</style>
border-color css
<style>
span { border-color: #D342BD; }
span { border-color: rgb(211,66,189); }
td.TdClassName
{
border-color: #D342BD;
}
.TagClassName
{
border-color: #D342BD;
}
</style>