Shades of Fuchsia #D450B7
Tints of Fuchsia #D450B7
RGB
CMYK
RGB Variations
Color information
#D450B7 (or 0xD450B7) is known color: Fuchsia. HEX triplet: D4, 50 and B7. RGB value is (212,80,183). Sum of RGB (Red+Green+Blue) = 212+80+183=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D450B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450B7 is #2BAF48. Grayscale: #828282. Windows color (decimal): -2862921 or 12013780. OLE color: 12013780.
HSL color Cylindrical-coordinate representation of color #D450B7: hue angle of 313.18º 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 #D450B7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 183 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.17 |
| HSL | 313.18º | 0.61% | 0.57% | - |
| HSV(B) | 313.18º | 0.62% | 0.83% | - |
| XYZ | 38.57 | 23.15 | 47.24 | - |
| YUV | 131.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 183 | 0 | 0.62 | 0.14 | 0.17 | 313.18 | 0.61 | 0.57 |
| Hex | D4 | 50 | B7 | 0 | 3E | E | 11 | 139 | 3D | 39 |
| Octal | 324 | 120 | 267 | 0 | 76 | 16 | 21 | 471 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10110111 | 0 | 111110 | 1110 | 10001 | 100111001 | 111101 | 111001 |
Color Harmonies of #D450B7
Complementary color
Monochromatic Colors of #D450B7
Black with #D450B7
Text Example
Text Example
White with #D450B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450B7; }
p { color: rgb(212,80,183); }
H1.HeaderClassName
{
color: #D450B7;
}
.AnyTagClassName
{
color: #D450B7;
}
</style>
background-color css
<style>
a { background-color: #D450B7; }
a { background-color: rgb(212,80,183); }
div.DivClassName
{
background-color: #D450B7;
}
.BgClassName
{
background-color: #D450B7;
}
</style>
border-color css
<style>
span { border-color: #D450B7; }
span { border-color: rgb(212,80,183); }
td.TdClassName
{
border-color: #D450B7;
}
.TagClassName
{
border-color: #D450B7;
}
</style>