Shades of Fuchsia #D331CB
Tints of Fuchsia #D331CB
RGB
CMYK
RGB Variations
Color information
#D331CB (or 0xD331CB) is known color: Fuchsia. HEX triplet: D3, 31 and CB. RGB value is (211,49,203). Sum of RGB (Red+Green+Blue) = 211+49+203=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D331CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331CB is #2CCE34. Grayscale: #727272. Windows color (decimal): -2936373 or 13316563. OLE color: 13316563.
HSL color Cylindrical-coordinate representation of color #D331CB: hue angle of 302.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331CB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 203 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.17 |
| HSL | 302.96º | 0.65% | 0.51% | - |
| HSV(B) | 302.96º | 0.77% | 0.83% | - |
| XYZ | 38.74 | 20.36 | 58.39 | - |
| YUV | 114.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 203 | 0 | 0.77 | 0.04 | 0.17 | 302.96 | 0.65 | 0.51 |
| Hex | D3 | 31 | CB | 0 | 4D | 4 | 11 | 12F | 41 | 33 |
| Octal | 323 | 61 | 313 | 0 | 115 | 4 | 21 | 457 | 101 | 63 |
| Binary | 11010011 | 110001 | 11001011 | 0 | 1001101 | 100 | 10001 | 100101111 | 1000001 | 110011 |
Color Harmonies of #D331CB
Complementary color
Monochromatic Colors of #D331CB
Black with #D331CB
Text Example
Text Example
White with #D331CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331CB; }
p { color: rgb(211,49,203); }
H1.HeaderClassName
{
color: #D331CB;
}
.AnyTagClassName
{
color: #D331CB;
}
</style>
background-color css
<style>
a { background-color: #D331CB; }
a { background-color: rgb(211,49,203); }
div.DivClassName
{
background-color: #D331CB;
}
.BgClassName
{
background-color: #D331CB;
}
</style>
border-color css
<style>
span { border-color: #D331CB; }
span { border-color: rgb(211,49,203); }
td.TdClassName
{
border-color: #D331CB;
}
.TagClassName
{
border-color: #D331CB;
}
</style>