Shades of Fuchsia #D338B5
Tints of Fuchsia #D338B5
RGB
CMYK
RGB Variations
Color information
#D338B5 (or 0xD338B5) is known color: Fuchsia. HEX triplet: D3, 38 and B5. RGB value is (211,56,181). Sum of RGB (Red+Green+Blue) = 211+56+181=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D338B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338B5 is #2CC74A. Grayscale: #747474. Windows color (decimal): -2934603 or 11876563. OLE color: 11876563.
HSL color Cylindrical-coordinate representation of color #D338B5: hue angle of 311.61º 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 #D338B5 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 181 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.17 |
| HSL | 311.61º | 0.64% | 0.52% | - |
| HSV(B) | 311.61º | 0.73% | 0.83% | - |
| XYZ | 36.62 | 20.01 | 45.65 | - |
| YUV | 116.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 181 | 0 | 0.73 | 0.14 | 0.17 | 311.61 | 0.64 | 0.52 |
| Hex | D3 | 38 | B5 | 0 | 49 | E | 11 | 138 | 40 | 34 |
| Octal | 323 | 70 | 265 | 0 | 111 | 16 | 21 | 470 | 100 | 64 |
| Binary | 11010011 | 111000 | 10110101 | 0 | 1001001 | 1110 | 10001 | 100111000 | 1000000 | 110100 |
Color Harmonies of #D338B5
Complementary color
Monochromatic Colors of #D338B5
Black with #D338B5
Text Example
Text Example
White with #D338B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338B5; }
p { color: rgb(211,56,181); }
H1.HeaderClassName
{
color: #D338B5;
}
.AnyTagClassName
{
color: #D338B5;
}
</style>
background-color css
<style>
a { background-color: #D338B5; }
a { background-color: rgb(211,56,181); }
div.DivClassName
{
background-color: #D338B5;
}
.BgClassName
{
background-color: #D338B5;
}
</style>
border-color css
<style>
span { border-color: #D338B5; }
span { border-color: rgb(211,56,181); }
td.TdClassName
{
border-color: #D338B5;
}
.TagClassName
{
border-color: #D338B5;
}
</style>