Shades of Fuchsia #D338BE
Tints of Fuchsia #D338BE
RGB
CMYK
RGB Variations
Color information
#D338BE (or 0xD338BE) is known color: Fuchsia. HEX triplet: D3, 38 and BE. RGB value is (211,56,190). Sum of RGB (Red+Green+Blue) = 211+56+190=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D338BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338BE is #2CC741. Grayscale: #757575. Windows color (decimal): -2934594 or 12466387. OLE color: 12466387.
HSL color Cylindrical-coordinate representation of color #D338BE: hue angle of 308.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D338BE is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 190 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.17 |
| HSL | 308.13º | 0.64% | 0.52% | - |
| HSV(B) | 308.13º | 0.73% | 0.83% | - |
| XYZ | 37.57 | 20.39 | 50.67 | - |
| YUV | 117.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 190 | 0 | 0.73 | 0.10 | 0.17 | 308.13 | 0.64 | 0.52 |
| Hex | D3 | 38 | BE | 0 | 49 | A | 11 | 134 | 40 | 34 |
| Octal | 323 | 70 | 276 | 0 | 111 | 12 | 21 | 464 | 100 | 64 |
| Binary | 11010011 | 111000 | 10111110 | 0 | 1001001 | 1010 | 10001 | 100110100 | 1000000 | 110100 |
Color Harmonies of #D338BE
Complementary color
Monochromatic Colors of #D338BE
Black with #D338BE
Text Example
Text Example
White with #D338BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338BE; }
p { color: rgb(211,56,190); }
H1.HeaderClassName
{
color: #D338BE;
}
.AnyTagClassName
{
color: #D338BE;
}
</style>
background-color css
<style>
a { background-color: #D338BE; }
a { background-color: rgb(211,56,190); }
div.DivClassName
{
background-color: #D338BE;
}
.BgClassName
{
background-color: #D338BE;
}
</style>
border-color css
<style>
span { border-color: #D338BE; }
span { border-color: rgb(211,56,190); }
td.TdClassName
{
border-color: #D338BE;
}
.TagClassName
{
border-color: #D338BE;
}
</style>