Shades of Fuchsia #D34BCA
Tints of Fuchsia #D34BCA
RGB
CMYK
RGB Variations
Color information
#D34BCA (or 0xD34BCA) is known color: Fuchsia. HEX triplet: D3, 4B and CA. RGB value is (211,75,202). Sum of RGB (Red+Green+Blue) = 211+75+202=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D34BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BCA is #2CB435. Grayscale: #818181. Windows color (decimal): -2929718 or 13257683. OLE color: 13257683.
HSL color Cylindrical-coordinate representation of color #D34BCA: hue angle of 303.97º 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 #D34BCA is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 202 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.17 |
| HSL | 303.97º | 0.61% | 0.56% | - |
| HSV(B) | 303.97º | 0.64% | 0.83% | - |
| XYZ | 40.04 | 23.15 | 58.23 | - |
| YUV | 130.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 202 | 0 | 0.64 | 0.04 | 0.17 | 303.97 | 0.61 | 0.56 |
| Hex | D3 | 4B | CA | 0 | 40 | 4 | 11 | 130 | 3D | 38 |
| Octal | 323 | 113 | 312 | 0 | 100 | 4 | 21 | 460 | 75 | 70 |
| Binary | 11010011 | 1001011 | 11001010 | 0 | 1000000 | 100 | 10001 | 100110000 | 111101 | 111000 |
Color Harmonies of #D34BCA
Complementary color
Monochromatic Colors of #D34BCA
Black with #D34BCA
Text Example
Text Example
White with #D34BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BCA; }
p { color: rgb(211,75,202); }
H1.HeaderClassName
{
color: #D34BCA;
}
.AnyTagClassName
{
color: #D34BCA;
}
</style>
background-color css
<style>
a { background-color: #D34BCA; }
a { background-color: rgb(211,75,202); }
div.DivClassName
{
background-color: #D34BCA;
}
.BgClassName
{
background-color: #D34BCA;
}
</style>
border-color css
<style>
span { border-color: #D34BCA; }
span { border-color: rgb(211,75,202); }
td.TdClassName
{
border-color: #D34BCA;
}
.TagClassName
{
border-color: #D34BCA;
}
</style>