Shades of Fuchsia #D733BE
Tints of Fuchsia #D733BE
RGB
CMYK
RGB Variations
Color information
#D733BE (or 0xD733BE) is known color: Fuchsia. HEX triplet: D7, 33 and BE. RGB value is (215,51,190). Sum of RGB (Red+Green+Blue) = 215+51+190=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D733BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D733BE is #28CC41. Grayscale: #737373. Windows color (decimal): -2673730 or 12465111. OLE color: 12465111.
HSL color Cylindrical-coordinate representation of color #D733BE: hue angle of 309.15º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D733BE is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 190 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.16 |
| HSL | 309.15º | 0.67% | 0.52% | - |
| HSV(B) | 309.15º | 0.76% | 0.84% | - |
| XYZ | 38.5 | 20.53 | 50.65 | - |
| YUV | 115.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 190 | 0 | 0.76 | 0.12 | 0.16 | 309.15 | 0.67 | 0.52 |
| Hex | D7 | 33 | BE | 0 | 4C | C | 10 | 135 | 43 | 34 |
| Octal | 327 | 63 | 276 | 0 | 114 | 14 | 20 | 465 | 103 | 64 |
| Binary | 11010111 | 110011 | 10111110 | 0 | 1001100 | 1100 | 10000 | 100110101 | 1000011 | 110100 |
Color Harmonies of #D733BE
Complementary color
Monochromatic Colors of #D733BE
Black with #D733BE
Text Example
Text Example
White with #D733BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D733BE; }
p { color: rgb(215,51,190); }
H1.HeaderClassName
{
color: #D733BE;
}
.AnyTagClassName
{
color: #D733BE;
}
</style>
background-color css
<style>
a { background-color: #D733BE; }
a { background-color: rgb(215,51,190); }
div.DivClassName
{
background-color: #D733BE;
}
.BgClassName
{
background-color: #D733BE;
}
</style>
border-color css
<style>
span { border-color: #D733BE; }
span { border-color: rgb(215,51,190); }
td.TdClassName
{
border-color: #D733BE;
}
.TagClassName
{
border-color: #D733BE;
}
</style>