Shades of Fuchsia #D65BBC
Tints of Fuchsia #D65BBC
RGB
CMYK
RGB Variations
Color information
#D65BBC (or 0xD65BBC) is known color: Fuchsia. HEX triplet: D6, 5B and BC. RGB value is (214,91,188). Sum of RGB (Red+Green+Blue) = 214+91+188=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BBC is #29A443. Grayscale: #8A8A8A. Windows color (decimal): -2729028 or 12344278. OLE color: 12344278.
HSL color Cylindrical-coordinate representation of color #D65BBC: hue angle of 312.68º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BBC is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 188 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.16 |
| HSL | 312.68º | 0.6% | 0.6% | - |
| HSV(B) | 312.68º | 0.57% | 0.84% | - |
| XYZ | 40.55 | 25.41 | 50.34 | - |
| YUV | 138.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 188 | 0 | 0.57 | 0.12 | 0.16 | 312.68 | 0.6 | 0.6 |
| Hex | D6 | 5B | BC | 0 | 39 | C | 10 | 139 | 3C | 3C |
| Octal | 326 | 133 | 274 | 0 | 71 | 14 | 20 | 471 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10111100 | 0 | 111001 | 1100 | 10000 | 100111001 | 111100 | 111100 |
Color Harmonies of #D65BBC
Complementary color
Monochromatic Colors of #D65BBC
Black with #D65BBC
Text Example
Text Example
White with #D65BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BBC; }
p { color: rgb(214,91,188); }
H1.HeaderClassName
{
color: #D65BBC;
}
.AnyTagClassName
{
color: #D65BBC;
}
</style>
background-color css
<style>
a { background-color: #D65BBC; }
a { background-color: rgb(214,91,188); }
div.DivClassName
{
background-color: #D65BBC;
}
.BgClassName
{
background-color: #D65BBC;
}
</style>
border-color css
<style>
span { border-color: #D65BBC; }
span { border-color: rgb(214,91,188); }
td.TdClassName
{
border-color: #D65BBC;
}
.TagClassName
{
border-color: #D65BBC;
}
</style>