Shades of Fuchsia #D467BA
Tints of Fuchsia #D467BA
RGB
CMYK
RGB Variations
Color information
#D467BA (or 0xD467BA) is known color: Fuchsia. HEX triplet: D4, 67 and BA. RGB value is (212,103,186). Sum of RGB (Red+Green+Blue) = 212+103+186=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D467BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467BA is #2B9845. Grayscale: #909090. Windows color (decimal): -2857030 or 12216276. OLE color: 12216276.
HSL color Cylindrical-coordinate representation of color #D467BA: hue angle of 314.31º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D467BA is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 186 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.17 |
| HSL | 314.31º | 0.56% | 0.62% | - |
| HSV(B) | 314.31º | 0.51% | 0.83% | - |
| XYZ | 40.86 | 27.24 | 49.56 | - |
| YUV | 145.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 186 | 0 | 0.51 | 0.12 | 0.17 | 314.31 | 0.56 | 0.62 |
| Hex | D4 | 67 | BA | 0 | 33 | C | 11 | 13A | 38 | 3E |
| Octal | 324 | 147 | 272 | 0 | 63 | 14 | 21 | 472 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10111010 | 0 | 110011 | 1100 | 10001 | 100111010 | 111000 | 111110 |
Color Harmonies of #D467BA
Complementary color
Monochromatic Colors of #D467BA
Black with #D467BA
Text Example
Text Example
White with #D467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467BA; }
p { color: rgb(212,103,186); }
H1.HeaderClassName
{
color: #D467BA;
}
.AnyTagClassName
{
color: #D467BA;
}
</style>
background-color css
<style>
a { background-color: #D467BA; }
a { background-color: rgb(212,103,186); }
div.DivClassName
{
background-color: #D467BA;
}
.BgClassName
{
background-color: #D467BA;
}
</style>
border-color css
<style>
span { border-color: #D467BA; }
span { border-color: rgb(212,103,186); }
td.TdClassName
{
border-color: #D467BA;
}
.TagClassName
{
border-color: #D467BA;
}
</style>