Shades of Fuchsia #D45DBA
Tints of Fuchsia #D45DBA
RGB
CMYK
RGB Variations
Color information
#D45DBA (or 0xD45DBA) is known color: Fuchsia. HEX triplet: D4, 5D and BA. RGB value is (212,93,186). Sum of RGB (Red+Green+Blue) = 212+93+186=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DBA is #2BA245. Grayscale: #8A8A8A. Windows color (decimal): -2859590 or 12213716. OLE color: 12213716.
HSL color Cylindrical-coordinate representation of color #D45DBA: hue angle of 313.11º 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 #D45DBA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 186 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.17 |
| HSL | 313.11º | 0.58% | 0.6% | - |
| HSV(B) | 313.11º | 0.56% | 0.83% | - |
| XYZ | 39.93 | 25.37 | 49.25 | - |
| YUV | 139.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 186 | 0 | 0.56 | 0.12 | 0.17 | 313.11 | 0.58 | 0.6 |
| Hex | D4 | 5D | BA | 0 | 38 | C | 11 | 139 | 3A | 3C |
| Octal | 324 | 135 | 272 | 0 | 70 | 14 | 21 | 471 | 72 | 74 |
| Binary | 11010100 | 1011101 | 10111010 | 0 | 111000 | 1100 | 10001 | 100111001 | 111010 | 111100 |
Color Harmonies of #D45DBA
Complementary color
Monochromatic Colors of #D45DBA
Black with #D45DBA
Text Example
Text Example
White with #D45DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DBA; }
p { color: rgb(212,93,186); }
H1.HeaderClassName
{
color: #D45DBA;
}
.AnyTagClassName
{
color: #D45DBA;
}
</style>
background-color css
<style>
a { background-color: #D45DBA; }
a { background-color: rgb(212,93,186); }
div.DivClassName
{
background-color: #D45DBA;
}
.BgClassName
{
background-color: #D45DBA;
}
</style>
border-color css
<style>
span { border-color: #D45DBA; }
span { border-color: rgb(212,93,186); }
td.TdClassName
{
border-color: #D45DBA;
}
.TagClassName
{
border-color: #D45DBA;
}
</style>