Shades of Fuchsia #D450BE
Tints of Fuchsia #D450BE
RGB
CMYK
RGB Variations
Color information
#D450BE (or 0xD450BE) is known color: Fuchsia. HEX triplet: D4, 50 and BE. RGB value is (212,80,190). Sum of RGB (Red+Green+Blue) = 212+80+190=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D450BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450BE is #2BAF41. Grayscale: #838383. Windows color (decimal): -2862914 or 12472532. OLE color: 12472532.
HSL color Cylindrical-coordinate representation of color #D450BE: hue angle of 310º 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 #D450BE is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 190 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.17 |
| HSL | 310º | 0.61% | 0.57% | - |
| HSV(B) | 310º | 0.62% | 0.83% | - |
| XYZ | 39.31 | 23.45 | 51.17 | - |
| YUV | 132.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 190 | 0 | 0.62 | 0.10 | 0.17 | 310 | 0.61 | 0.57 |
| Hex | D4 | 50 | BE | 0 | 3E | A | 11 | 136 | 3D | 39 |
| Octal | 324 | 120 | 276 | 0 | 76 | 12 | 21 | 466 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10111110 | 0 | 111110 | 1010 | 10001 | 100110110 | 111101 | 111001 |
Color Harmonies of #D450BE
Complementary color
Monochromatic Colors of #D450BE
Black with #D450BE
Text Example
Text Example
White with #D450BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450BE; }
p { color: rgb(212,80,190); }
H1.HeaderClassName
{
color: #D450BE;
}
.AnyTagClassName
{
color: #D450BE;
}
</style>
background-color css
<style>
a { background-color: #D450BE; }
a { background-color: rgb(212,80,190); }
div.DivClassName
{
background-color: #D450BE;
}
.BgClassName
{
background-color: #D450BE;
}
</style>
border-color css
<style>
span { border-color: #D450BE; }
span { border-color: rgb(212,80,190); }
td.TdClassName
{
border-color: #D450BE;
}
.TagClassName
{
border-color: #D450BE;
}
</style>