Shades of Fuchsia #D33BCB
Tints of Fuchsia #D33BCB
RGB
CMYK
RGB Variations
Color information
#D33BCB (or 0xD33BCB) is known color: Fuchsia. HEX triplet: D3, 3B and CB. RGB value is (211,59,203). Sum of RGB (Red+Green+Blue) = 211+59+203=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BCB is #2CC434. Grayscale: #787878. Windows color (decimal): -2933813 or 13319123. OLE color: 13319123.
HSL color Cylindrical-coordinate representation of color #D33BCB: hue angle of 303.16º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33BCB is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 203 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.17 |
| HSL | 303.16º | 0.63% | 0.53% | - |
| HSV(B) | 303.16º | 0.72% | 0.83% | - |
| XYZ | 39.21 | 21.29 | 58.54 | - |
| YUV | 120.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 203 | 0 | 0.72 | 0.04 | 0.17 | 303.16 | 0.63 | 0.53 |
| Hex | D3 | 3B | CB | 0 | 48 | 4 | 11 | 12F | 3F | 35 |
| Octal | 323 | 73 | 313 | 0 | 110 | 4 | 21 | 457 | 77 | 65 |
| Binary | 11010011 | 111011 | 11001011 | 0 | 1001000 | 100 | 10001 | 100101111 | 111111 | 110101 |
Color Harmonies of #D33BCB
Complementary color
Monochromatic Colors of #D33BCB
Black with #D33BCB
Text Example
Text Example
White with #D33BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BCB; }
p { color: rgb(211,59,203); }
H1.HeaderClassName
{
color: #D33BCB;
}
.AnyTagClassName
{
color: #D33BCB;
}
</style>
background-color css
<style>
a { background-color: #D33BCB; }
a { background-color: rgb(211,59,203); }
div.DivClassName
{
background-color: #D33BCB;
}
.BgClassName
{
background-color: #D33BCB;
}
</style>
border-color css
<style>
span { border-color: #D33BCB; }
span { border-color: rgb(211,59,203); }
td.TdClassName
{
border-color: #D33BCB;
}
.TagClassName
{
border-color: #D33BCB;
}
</style>