Shades of Fuchsia #D45DB7
Tints of Fuchsia #D45DB7
RGB
CMYK
RGB Variations
Color information
#D45DB7 (or 0xD45DB7) is known color: Fuchsia. HEX triplet: D4, 5D and B7. RGB value is (212,93,183). Sum of RGB (Red+Green+Blue) = 212+93+183=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DB7 is #2BA248. Grayscale: #8A8A8A. Windows color (decimal): -2859593 or 12017108. OLE color: 12017108.
HSL color Cylindrical-coordinate representation of color #D45DB7: hue angle of 314.62º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45DB7 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 183 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.17 |
| HSL | 314.62º | 0.58% | 0.6% | - |
| HSV(B) | 314.62º | 0.56% | 0.83% | - |
| XYZ | 39.61 | 25.24 | 47.58 | - |
| YUV | 138.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 183 | 0 | 0.56 | 0.14 | 0.17 | 314.62 | 0.58 | 0.6 |
| Hex | D4 | 5D | B7 | 0 | 38 | E | 11 | 13B | 3A | 3C |
| Octal | 324 | 135 | 267 | 0 | 70 | 16 | 21 | 473 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10110111 | 0 | 111000 | 1110 | 10001 | 100111011 | 111010 | 111100 |
Color Harmonies of #D45DB7
Complementary color
Monochromatic Colors of #D45DB7
Black with #D45DB7
Text Example
Text Example
White with #D45DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DB7; }
p { color: rgb(212,93,183); }
H1.HeaderClassName
{
color: #D45DB7;
}
.AnyTagClassName
{
color: #D45DB7;
}
</style>
background-color css
<style>
a { background-color: #D45DB7; }
a { background-color: rgb(212,93,183); }
div.DivClassName
{
background-color: #D45DB7;
}
.BgClassName
{
background-color: #D45DB7;
}
</style>
border-color css
<style>
span { border-color: #D45DB7; }
span { border-color: rgb(212,93,183); }
td.TdClassName
{
border-color: #D45DB7;
}
.TagClassName
{
border-color: #D45DB7;
}
</style>