Shades of Fuchsia #D64BBA
Tints of Fuchsia #D64BBA
RGB
CMYK
RGB Variations
Color information
#D64BBA (or 0xD64BBA) is known color: Fuchsia. HEX triplet: D6, 4B and BA. RGB value is (214,75,186). Sum of RGB (Red+Green+Blue) = 214+75+186=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BBA is #29B445. Grayscale: #808080. Windows color (decimal): -2733126 or 12209110. OLE color: 12209110.
HSL color Cylindrical-coordinate representation of color #D64BBA: hue angle of 312.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BBA is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 186 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.16 |
| HSL | 312.09º | 0.63% | 0.57% | - |
| HSV(B) | 312.09º | 0.65% | 0.84% | - |
| XYZ | 39.11 | 22.87 | 48.81 | - |
| YUV | 129.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 186 | 0 | 0.65 | 0.13 | 0.16 | 312.09 | 0.63 | 0.57 |
| Hex | D6 | 4B | BA | 0 | 41 | D | 10 | 138 | 3F | 39 |
| Octal | 326 | 113 | 272 | 0 | 101 | 15 | 20 | 470 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10111010 | 0 | 1000001 | 1101 | 10000 | 100111000 | 111111 | 111001 |
Color Harmonies of #D64BBA
Complementary color
Monochromatic Colors of #D64BBA
Black with #D64BBA
Text Example
Text Example
White with #D64BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BBA; }
p { color: rgb(214,75,186); }
H1.HeaderClassName
{
color: #D64BBA;
}
.AnyTagClassName
{
color: #D64BBA;
}
</style>
background-color css
<style>
a { background-color: #D64BBA; }
a { background-color: rgb(214,75,186); }
div.DivClassName
{
background-color: #D64BBA;
}
.BgClassName
{
background-color: #D64BBA;
}
</style>
border-color css
<style>
span { border-color: #D64BBA; }
span { border-color: rgb(214,75,186); }
td.TdClassName
{
border-color: #D64BBA;
}
.TagClassName
{
border-color: #D64BBA;
}
</style>