Shades of Fuchsia #D133AF
Tints of Fuchsia #D133AF
RGB
CMYK
RGB Variations
Color information
#D133AF (or 0xD133AF) is known color: Fuchsia. HEX triplet: D1, 33 and AF. RGB value is (209,51,175). Sum of RGB (Red+Green+Blue) = 209+51+175=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D133AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133AF is #2ECC50. Grayscale: #707070. Windows color (decimal): -3066961 or 11482065. OLE color: 11482065.
HSL color Cylindrical-coordinate representation of color #D133AF: hue angle of 312.91º 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 #D133AF is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 175 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.18 |
| HSL | 312.91º | 0.63% | 0.51% | - |
| HSV(B) | 312.91º | 0.76% | 0.82% | - |
| XYZ | 35.22 | 19.02 | 42.37 | - |
| YUV | 112.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 175 | 0 | 0.76 | 0.16 | 0.18 | 312.91 | 0.63 | 0.51 |
| Hex | D1 | 33 | AF | 0 | 4C | 10 | 12 | 139 | 3F | 33 |
| Octal | 321 | 63 | 257 | 0 | 114 | 20 | 22 | 471 | 77 | 63 |
| Binary | 11010001 | 110011 | 10101111 | 0 | 1001100 | 10000 | 10010 | 100111001 | 111111 | 110011 |
Color Harmonies of #D133AF
Complementary color
Monochromatic Colors of #D133AF
Black with #D133AF
Text Example
Text Example
White with #D133AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133AF; }
p { color: rgb(209,51,175); }
H1.HeaderClassName
{
color: #D133AF;
}
.AnyTagClassName
{
color: #D133AF;
}
</style>
background-color css
<style>
a { background-color: #D133AF; }
a { background-color: rgb(209,51,175); }
div.DivClassName
{
background-color: #D133AF;
}
.BgClassName
{
background-color: #D133AF;
}
</style>
border-color css
<style>
span { border-color: #D133AF; }
span { border-color: rgb(209,51,175); }
td.TdClassName
{
border-color: #D133AF;
}
.TagClassName
{
border-color: #D133AF;
}
</style>