Shades of Fuchsia #D453BA
Tints of Fuchsia #D453BA
RGB
CMYK
RGB Variations
Color information
#D453BA (or 0xD453BA) is known color: Fuchsia. HEX triplet: D4, 53 and BA. RGB value is (212,83,186). Sum of RGB (Red+Green+Blue) = 212+83+186=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D453BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453BA is #2BAC45. Grayscale: #858585. Windows color (decimal): -2862150 or 12211156. OLE color: 12211156.
HSL color Cylindrical-coordinate representation of color #D453BA: hue angle of 312.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453BA is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 186 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.17 |
| HSL | 312.09º | 0.6% | 0.58% | - |
| HSV(B) | 312.09º | 0.61% | 0.83% | - |
| XYZ | 39.11 | 23.73 | 48.97 | - |
| YUV | 133.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 186 | 0 | 0.61 | 0.12 | 0.17 | 312.09 | 0.6 | 0.58 |
| Hex | D4 | 53 | BA | 0 | 3D | C | 11 | 138 | 3C | 3A |
| Octal | 324 | 123 | 272 | 0 | 75 | 14 | 21 | 470 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10111010 | 0 | 111101 | 1100 | 10001 | 100111000 | 111100 | 111010 |
Color Harmonies of #D453BA
Complementary color
Monochromatic Colors of #D453BA
Black with #D453BA
Text Example
Text Example
White with #D453BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453BA; }
p { color: rgb(212,83,186); }
H1.HeaderClassName
{
color: #D453BA;
}
.AnyTagClassName
{
color: #D453BA;
}
</style>
background-color css
<style>
a { background-color: #D453BA; }
a { background-color: rgb(212,83,186); }
div.DivClassName
{
background-color: #D453BA;
}
.BgClassName
{
background-color: #D453BA;
}
</style>
border-color css
<style>
span { border-color: #D453BA; }
span { border-color: rgb(212,83,186); }
td.TdClassName
{
border-color: #D453BA;
}
.TagClassName
{
border-color: #D453BA;
}
</style>