Shades of Fuchsia #D64BBE
Tints of Fuchsia #D64BBE
RGB
CMYK
RGB Variations
Color information
#D64BBE (or 0xD64BBE) is known color: Fuchsia. HEX triplet: D6, 4B and BE. RGB value is (214,75,190). Sum of RGB (Red+Green+Blue) = 214+75+190=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BBE is #29B441. Grayscale: #818181. Windows color (decimal): -2733122 or 12471254. OLE color: 12471254.
HSL color Cylindrical-coordinate representation of color #D64BBE: hue angle of 310.36º 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 #D64BBE is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 190 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 310.36º | 0.63% | 0.57% | - |
| HSV(B) | 310.36º | 0.65% | 0.84% | - |
| XYZ | 39.54 | 23.05 | 51.08 | - |
| YUV | 129.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 190 | 0 | 0.65 | 0.11 | 0.16 | 310.36 | 0.63 | 0.57 |
| Hex | D6 | 4B | BE | 0 | 41 | B | 10 | 136 | 3F | 39 |
| Octal | 326 | 113 | 276 | 0 | 101 | 13 | 20 | 466 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10111110 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111111 | 111001 |
Color Harmonies of #D64BBE
Complementary color
Monochromatic Colors of #D64BBE
Black with #D64BBE
Text Example
Text Example
White with #D64BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BBE; }
p { color: rgb(214,75,190); }
H1.HeaderClassName
{
color: #D64BBE;
}
.AnyTagClassName
{
color: #D64BBE;
}
</style>
background-color css
<style>
a { background-color: #D64BBE; }
a { background-color: rgb(214,75,190); }
div.DivClassName
{
background-color: #D64BBE;
}
.BgClassName
{
background-color: #D64BBE;
}
</style>
border-color css
<style>
span { border-color: #D64BBE; }
span { border-color: rgb(214,75,190); }
td.TdClassName
{
border-color: #D64BBE;
}
.TagClassName
{
border-color: #D64BBE;
}
</style>