Shades of Fuchsia #D733BD
Tints of Fuchsia #D733BD
RGB
CMYK
RGB Variations
Color information
#D733BD (or 0xD733BD) is known color: Fuchsia. HEX triplet: D7, 33 and BD. RGB value is (215,51,189). Sum of RGB (Red+Green+Blue) = 215+51+189=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D733BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D733BD is #28CC42. Grayscale: #737373. Windows color (decimal): -2673731 or 12399575. OLE color: 12399575.
HSL color Cylindrical-coordinate representation of color #D733BD: hue angle of 309.51º 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 #D733BD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 189 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.16 |
| HSL | 309.51º | 0.67% | 0.52% | - |
| HSV(B) | 309.51º | 0.76% | 0.84% | - |
| XYZ | 38.39 | 20.49 | 50.08 | - |
| YUV | 115.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 189 | 0 | 0.76 | 0.12 | 0.16 | 309.51 | 0.67 | 0.52 |
| Hex | D7 | 33 | BD | 0 | 4C | C | 10 | 136 | 43 | 34 |
| Octal | 327 | 63 | 275 | 0 | 114 | 14 | 20 | 466 | 103 | 64 |
| Binary | 11010111 | 110011 | 10111101 | 0 | 1001100 | 1100 | 10000 | 100110110 | 1000011 | 110100 |
Color Harmonies of #D733BD
Complementary color
Monochromatic Colors of #D733BD
Black with #D733BD
Text Example
Text Example
White with #D733BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D733BD; }
p { color: rgb(215,51,189); }
H1.HeaderClassName
{
color: #D733BD;
}
.AnyTagClassName
{
color: #D733BD;
}
</style>
background-color css
<style>
a { background-color: #D733BD; }
a { background-color: rgb(215,51,189); }
div.DivClassName
{
background-color: #D733BD;
}
.BgClassName
{
background-color: #D733BD;
}
</style>
border-color css
<style>
span { border-color: #D733BD; }
span { border-color: rgb(215,51,189); }
td.TdClassName
{
border-color: #D733BD;
}
.TagClassName
{
border-color: #D733BD;
}
</style>