Shades of Fuchsia #D34BCD
Tints of Fuchsia #D34BCD
RGB
CMYK
RGB Variations
Color information
#D34BCD (or 0xD34BCD) is known color: Fuchsia. HEX triplet: D3, 4B and CD. RGB value is (211,75,205). Sum of RGB (Red+Green+Blue) = 211+75+205=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BCD is #2CB432. Grayscale: #828282. Windows color (decimal): -2929715 or 13454291. OLE color: 13454291.
HSL color Cylindrical-coordinate representation of color #D34BCD: hue angle of 302.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34BCD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 205 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.17 |
| HSL | 302.65º | 0.61% | 0.56% | - |
| HSV(B) | 302.65º | 0.64% | 0.83% | - |
| XYZ | 40.4 | 23.29 | 60.12 | - |
| YUV | 130.48 | 170.06 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 205 | 0 | 0.64 | 0.03 | 0.17 | 302.65 | 0.61 | 0.56 |
| Hex | D3 | 4B | CD | 0 | 40 | 3 | 11 | 12F | 3D | 38 |
| Octal | 323 | 113 | 315 | 0 | 100 | 3 | 21 | 457 | 75 | 70 |
| Binary | 11010011 | 1001011 | 11001101 | 0 | 1000000 | 11 | 10001 | 100101111 | 111101 | 111000 |
Color Harmonies of #D34BCD
Complementary color
Monochromatic Colors of #D34BCD
Black with #D34BCD
Text Example
Text Example
White with #D34BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BCD; }
p { color: rgb(211,75,205); }
H1.HeaderClassName
{
color: #D34BCD;
}
.AnyTagClassName
{
color: #D34BCD;
}
</style>
background-color css
<style>
a { background-color: #D34BCD; }
a { background-color: rgb(211,75,205); }
div.DivClassName
{
background-color: #D34BCD;
}
.BgClassName
{
background-color: #D34BCD;
}
</style>
border-color css
<style>
span { border-color: #D34BCD; }
span { border-color: rgb(211,75,205); }
td.TdClassName
{
border-color: #D34BCD;
}
.TagClassName
{
border-color: #D34BCD;
}
</style>