Shades of Fuchsia #D64DBB
Tints of Fuchsia #D64DBB
RGB
CMYK
RGB Variations
Color information
#D64DBB (or 0xD64DBB) is known color: Fuchsia. HEX triplet: D6, 4D and BB. RGB value is (214,77,187). Sum of RGB (Red+Green+Blue) = 214+77+187=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D64DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64DBB is #29B244. Grayscale: #828282. Windows color (decimal): -2732613 or 12275158. OLE color: 12275158.
HSL color Cylindrical-coordinate representation of color #D64DBB: hue angle of 311.82º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64DBB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 187 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.16 |
| HSL | 311.82º | 0.63% | 0.57% | - |
| HSV(B) | 311.82º | 0.64% | 0.84% | - |
| XYZ | 39.36 | 23.19 | 49.42 | - |
| YUV | 130.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 187 | 0 | 0.64 | 0.13 | 0.16 | 311.82 | 0.63 | 0.57 |
| Hex | D6 | 4D | BB | 0 | 40 | D | 10 | 138 | 3F | 39 |
| Octal | 326 | 115 | 273 | 0 | 100 | 15 | 20 | 470 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10111011 | 0 | 1000000 | 1101 | 10000 | 100111000 | 111111 | 111001 |
Color Harmonies of #D64DBB
Complementary color
Monochromatic Colors of #D64DBB
Black with #D64DBB
Text Example
Text Example
White with #D64DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DBB; }
p { color: rgb(214,77,187); }
H1.HeaderClassName
{
color: #D64DBB;
}
.AnyTagClassName
{
color: #D64DBB;
}
</style>
background-color css
<style>
a { background-color: #D64DBB; }
a { background-color: rgb(214,77,187); }
div.DivClassName
{
background-color: #D64DBB;
}
.BgClassName
{
background-color: #D64DBB;
}
</style>
border-color css
<style>
span { border-color: #D64DBB; }
span { border-color: rgb(214,77,187); }
td.TdClassName
{
border-color: #D64DBB;
}
.TagClassName
{
border-color: #D64DBB;
}
</style>