Shades of Fuchsia #D653BB
Tints of Fuchsia #D653BB
RGB
CMYK
RGB Variations
Color information
#D653BB (or 0xD653BB) is known color: Fuchsia. HEX triplet: D6, 53 and BB. RGB value is (214,83,187). Sum of RGB (Red+Green+Blue) = 214+83+187=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D653BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653BB is #29AC44. Grayscale: #858585. Windows color (decimal): -2731077 or 12276694. OLE color: 12276694.
HSL color Cylindrical-coordinate representation of color #D653BB: hue angle of 312.37º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653BB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 187 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.16 |
| HSL | 312.37º | 0.62% | 0.58% | - |
| HSV(B) | 312.37º | 0.61% | 0.84% | - |
| XYZ | 39.79 | 24.07 | 49.56 | - |
| YUV | 134.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 187 | 0 | 0.61 | 0.13 | 0.16 | 312.37 | 0.62 | 0.58 |
| Hex | D6 | 53 | BB | 0 | 3D | D | 10 | 138 | 3E | 3A |
| Octal | 326 | 123 | 273 | 0 | 75 | 15 | 20 | 470 | 76 | 72 |
| Binary | 11010110 | 1010011 | 10111011 | 0 | 111101 | 1101 | 10000 | 100111000 | 111110 | 111010 |
Color Harmonies of #D653BB
Complementary color
Monochromatic Colors of #D653BB
Black with #D653BB
Text Example
Text Example
White with #D653BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653BB; }
p { color: rgb(214,83,187); }
H1.HeaderClassName
{
color: #D653BB;
}
.AnyTagClassName
{
color: #D653BB;
}
</style>
background-color css
<style>
a { background-color: #D653BB; }
a { background-color: rgb(214,83,187); }
div.DivClassName
{
background-color: #D653BB;
}
.BgClassName
{
background-color: #D653BB;
}
</style>
border-color css
<style>
span { border-color: #D653BB; }
span { border-color: rgb(214,83,187); }
td.TdClassName
{
border-color: #D653BB;
}
.TagClassName
{
border-color: #D653BB;
}
</style>