Shades of Fuchsia #D34ABB
Tints of Fuchsia #D34ABB
RGB
CMYK
RGB Variations
Color information
#D34ABB (or 0xD34ABB) is known color: Fuchsia. HEX triplet: D3, 4A and BB. RGB value is (211,74,187). Sum of RGB (Red+Green+Blue) = 211+74+187=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D34ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ABB is #2CB544. Grayscale: #7F7F7F. Windows color (decimal): -2929989 or 12274387. OLE color: 12274387.
HSL color Cylindrical-coordinate representation of color #D34ABB: hue angle of 310.51º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34ABB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 187 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.17 |
| HSL | 310.51º | 0.61% | 0.56% | - |
| HSV(B) | 310.51º | 0.65% | 0.83% | - |
| XYZ | 38.28 | 22.33 | 49.31 | - |
| YUV | 127.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 187 | 0 | 0.65 | 0.11 | 0.17 | 310.51 | 0.61 | 0.56 |
| Hex | D3 | 4A | BB | 0 | 41 | B | 11 | 137 | 3D | 38 |
| Octal | 323 | 112 | 273 | 0 | 101 | 13 | 21 | 467 | 75 | 70 |
| Binary | 11010011 | 1001010 | 10111011 | 0 | 1000001 | 1011 | 10001 | 100110111 | 111101 | 111000 |
Color Harmonies of #D34ABB
Complementary color
Monochromatic Colors of #D34ABB
Black with #D34ABB
Text Example
Text Example
White with #D34ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ABB; }
p { color: rgb(211,74,187); }
H1.HeaderClassName
{
color: #D34ABB;
}
.AnyTagClassName
{
color: #D34ABB;
}
</style>
background-color css
<style>
a { background-color: #D34ABB; }
a { background-color: rgb(211,74,187); }
div.DivClassName
{
background-color: #D34ABB;
}
.BgClassName
{
background-color: #D34ABB;
}
</style>
border-color css
<style>
span { border-color: #D34ABB; }
span { border-color: rgb(211,74,187); }
td.TdClassName
{
border-color: #D34ABB;
}
.TagClassName
{
border-color: #D34ABB;
}
</style>