Shades of Fuchsia #D64BBC
Tints of Fuchsia #D64BBC
RGB
CMYK
RGB Variations
Color information
#D64BBC (or 0xD64BBC) is known color: Fuchsia. HEX triplet: D6, 4B and BC. RGB value is (214,75,188). Sum of RGB (Red+Green+Blue) = 214+75+188=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BBC is #29B443. Grayscale: #818181. Windows color (decimal): -2733124 or 12340182. OLE color: 12340182.
HSL color Cylindrical-coordinate representation of color #D64BBC: hue angle of 311.22º 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 #D64BBC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 188 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.16 |
| HSL | 311.22º | 0.63% | 0.57% | - |
| HSV(B) | 311.22º | 0.65% | 0.84% | - |
| XYZ | 39.32 | 22.96 | 49.94 | - |
| YUV | 129.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 188 | 0 | 0.65 | 0.12 | 0.16 | 311.22 | 0.63 | 0.57 |
| Hex | D6 | 4B | BC | 0 | 41 | C | 10 | 137 | 3F | 39 |
| Octal | 326 | 113 | 274 | 0 | 101 | 14 | 20 | 467 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10111100 | 0 | 1000001 | 1100 | 10000 | 100110111 | 111111 | 111001 |
Color Harmonies of #D64BBC
Complementary color
Monochromatic Colors of #D64BBC
Black with #D64BBC
Text Example
Text Example
White with #D64BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BBC; }
p { color: rgb(214,75,188); }
H1.HeaderClassName
{
color: #D64BBC;
}
.AnyTagClassName
{
color: #D64BBC;
}
</style>
background-color css
<style>
a { background-color: #D64BBC; }
a { background-color: rgb(214,75,188); }
div.DivClassName
{
background-color: #D64BBC;
}
.BgClassName
{
background-color: #D64BBC;
}
</style>
border-color css
<style>
span { border-color: #D64BBC; }
span { border-color: rgb(214,75,188); }
td.TdClassName
{
border-color: #D64BBC;
}
.TagClassName
{
border-color: #D64BBC;
}
</style>