Shades of Fuchsia #D45DB8
Tints of Fuchsia #D45DB8
RGB
CMYK
RGB Variations
Color information
#D45DB8 (or 0xD45DB8) is known color: Fuchsia. HEX triplet: D4, 5D and B8. RGB value is (212,93,184). Sum of RGB (Red+Green+Blue) = 212+93+184=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DB8 is #2BA247. Grayscale: #8A8A8A. Windows color (decimal): -2859592 or 12082644. OLE color: 12082644.
HSL color Cylindrical-coordinate representation of color #D45DB8: hue angle of 314.12º 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 #D45DB8 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 184 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.17 |
| HSL | 314.12º | 0.58% | 0.6% | - |
| HSV(B) | 314.12º | 0.56% | 0.83% | - |
| XYZ | 39.72 | 25.29 | 48.13 | - |
| YUV | 138.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 184 | 0 | 0.56 | 0.13 | 0.17 | 314.12 | 0.58 | 0.6 |
| Hex | D4 | 5D | B8 | 0 | 38 | D | 11 | 13A | 3A | 3C |
| Octal | 324 | 135 | 270 | 0 | 70 | 15 | 21 | 472 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10111000 | 0 | 111000 | 1101 | 10001 | 100111010 | 111010 | 111100 |
Color Harmonies of #D45DB8
Complementary color
Monochromatic Colors of #D45DB8
Black with #D45DB8
Text Example
Text Example
White with #D45DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DB8; }
p { color: rgb(212,93,184); }
H1.HeaderClassName
{
color: #D45DB8;
}
.AnyTagClassName
{
color: #D45DB8;
}
</style>
background-color css
<style>
a { background-color: #D45DB8; }
a { background-color: rgb(212,93,184); }
div.DivClassName
{
background-color: #D45DB8;
}
.BgClassName
{
background-color: #D45DB8;
}
</style>
border-color css
<style>
span { border-color: #D45DB8; }
span { border-color: rgb(212,93,184); }
td.TdClassName
{
border-color: #D45DB8;
}
.TagClassName
{
border-color: #D45DB8;
}
</style>