Shades of Fuchsia #D133CB
Tints of Fuchsia #D133CB
RGB
CMYK
RGB Variations
Color information
#D133CB (or 0xD133CB) is known color: Fuchsia. HEX triplet: D1, 33 and CB. RGB value is (209,51,203). Sum of RGB (Red+Green+Blue) = 209+51+203=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D133CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133CB is #2ECC34. Grayscale: #737373. Windows color (decimal): -3066933 or 13317073. OLE color: 13317073.
HSL color Cylindrical-coordinate representation of color #D133CB: hue angle of 302.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D133CB is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 203 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.18 |
| HSL | 302.28º | 0.63% | 0.51% | - |
| HSV(B) | 302.28º | 0.76% | 0.82% | - |
| XYZ | 38.26 | 20.23 | 58.39 | - |
| YUV | 115.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 203 | 0 | 0.76 | 0.03 | 0.18 | 302.28 | 0.63 | 0.51 |
| Hex | D1 | 33 | CB | 0 | 4C | 3 | 12 | 12E | 3F | 33 |
| Octal | 321 | 63 | 313 | 0 | 114 | 3 | 22 | 456 | 77 | 63 |
| Binary | 11010001 | 110011 | 11001011 | 0 | 1001100 | 11 | 10010 | 100101110 | 111111 | 110011 |
Color Harmonies of #D133CB
Complementary color
Monochromatic Colors of #D133CB
Black with #D133CB
Text Example
Text Example
White with #D133CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133CB; }
p { color: rgb(209,51,203); }
H1.HeaderClassName
{
color: #D133CB;
}
.AnyTagClassName
{
color: #D133CB;
}
</style>
background-color css
<style>
a { background-color: #D133CB; }
a { background-color: rgb(209,51,203); }
div.DivClassName
{
background-color: #D133CB;
}
.BgClassName
{
background-color: #D133CB;
}
</style>
border-color css
<style>
span { border-color: #D133CB; }
span { border-color: rgb(209,51,203); }
td.TdClassName
{
border-color: #D133CB;
}
.TagClassName
{
border-color: #D133CB;
}
</style>