Shades of Fuchsia #D450BA
Tints of Fuchsia #D450BA
RGB
CMYK
RGB Variations
Color information
#D450BA (or 0xD450BA) is known color: Fuchsia. HEX triplet: D4, 50 and BA. RGB value is (212,80,186). Sum of RGB (Red+Green+Blue) = 212+80+186=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D450BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450BA is #2BAF45. Grayscale: #838383. Windows color (decimal): -2862918 or 12210388. OLE color: 12210388.
HSL color Cylindrical-coordinate representation of color #D450BA: hue angle of 311.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450BA is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 186 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.17 |
| HSL | 311.82º | 0.61% | 0.57% | - |
| HSV(B) | 311.82º | 0.62% | 0.83% | - |
| XYZ | 38.88 | 23.28 | 48.9 | - |
| YUV | 131.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 186 | 0 | 0.62 | 0.12 | 0.17 | 311.82 | 0.61 | 0.57 |
| Hex | D4 | 50 | BA | 0 | 3E | C | 11 | 138 | 3D | 39 |
| Octal | 324 | 120 | 272 | 0 | 76 | 14 | 21 | 470 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10111010 | 0 | 111110 | 1100 | 10001 | 100111000 | 111101 | 111001 |
Color Harmonies of #D450BA
Complementary color
Monochromatic Colors of #D450BA
Black with #D450BA
Text Example
Text Example
White with #D450BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450BA; }
p { color: rgb(212,80,186); }
H1.HeaderClassName
{
color: #D450BA;
}
.AnyTagClassName
{
color: #D450BA;
}
</style>
background-color css
<style>
a { background-color: #D450BA; }
a { background-color: rgb(212,80,186); }
div.DivClassName
{
background-color: #D450BA;
}
.BgClassName
{
background-color: #D450BA;
}
</style>
border-color css
<style>
span { border-color: #D450BA; }
span { border-color: rgb(212,80,186); }
td.TdClassName
{
border-color: #D450BA;
}
.TagClassName
{
border-color: #D450BA;
}
</style>