Shades of Fuchsia #D338CB
Tints of Fuchsia #D338CB
RGB
CMYK
RGB Variations
Color information
#D338CB (or 0xD338CB) is known color: Fuchsia. HEX triplet: D3, 38 and CB. RGB value is (211,56,203). Sum of RGB (Red+Green+Blue) = 211+56+203=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D338CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338CB is #2CC734. Grayscale: #767676. Windows color (decimal): -2934581 or 13318355. OLE color: 13318355.
HSL color Cylindrical-coordinate representation of color #D338CB: hue angle of 303.1º 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 #D338CB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 203 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.17 |
| HSL | 303.1º | 0.64% | 0.52% | - |
| HSV(B) | 303.1º | 0.73% | 0.83% | - |
| XYZ | 39.06 | 20.99 | 58.49 | - |
| YUV | 119.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 203 | 0 | 0.73 | 0.04 | 0.17 | 303.1 | 0.64 | 0.52 |
| Hex | D3 | 38 | CB | 0 | 49 | 4 | 11 | 12F | 40 | 34 |
| Octal | 323 | 70 | 313 | 0 | 111 | 4 | 21 | 457 | 100 | 64 |
| Binary | 11010011 | 111000 | 11001011 | 0 | 1001001 | 100 | 10001 | 100101111 | 1000000 | 110100 |
Color Harmonies of #D338CB
Complementary color
Monochromatic Colors of #D338CB
Black with #D338CB
Text Example
Text Example
White with #D338CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338CB; }
p { color: rgb(211,56,203); }
H1.HeaderClassName
{
color: #D338CB;
}
.AnyTagClassName
{
color: #D338CB;
}
</style>
background-color css
<style>
a { background-color: #D338CB; }
a { background-color: rgb(211,56,203); }
div.DivClassName
{
background-color: #D338CB;
}
.BgClassName
{
background-color: #D338CB;
}
</style>
border-color css
<style>
span { border-color: #D338CB; }
span { border-color: rgb(211,56,203); }
td.TdClassName
{
border-color: #D338CB;
}
.TagClassName
{
border-color: #D338CB;
}
</style>