Shades of Fuchsia #D753BA
Tints of Fuchsia #D753BA
RGB
CMYK
RGB Variations
Color information
#D753BA (or 0xD753BA) is known color: Fuchsia. HEX triplet: D7, 53 and BA. RGB value is (215,83,186). Sum of RGB (Red+Green+Blue) = 215+83+186=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D753BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753BA is #28AC45. Grayscale: #858585. Windows color (decimal): -2665542 or 12211159. OLE color: 12211159.
HSL color Cylindrical-coordinate representation of color #D753BA: hue angle of 313.18º 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 #D753BA is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 186 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.16 |
| HSL | 313.18º | 0.62% | 0.58% | - |
| HSV(B) | 313.18º | 0.61% | 0.84% | - |
| XYZ | 39.98 | 24.18 | 49.01 | - |
| YUV | 134.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 186 | 0 | 0.61 | 0.13 | 0.16 | 313.18 | 0.62 | 0.58 |
| Hex | D7 | 53 | BA | 0 | 3D | D | 10 | 139 | 3E | 3A |
| Octal | 327 | 123 | 272 | 0 | 75 | 15 | 20 | 471 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10111010 | 0 | 111101 | 1101 | 10000 | 100111001 | 111110 | 111010 |
Color Harmonies of #D753BA
Complementary color
Monochromatic Colors of #D753BA
Black with #D753BA
Text Example
Text Example
White with #D753BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753BA; }
p { color: rgb(215,83,186); }
H1.HeaderClassName
{
color: #D753BA;
}
.AnyTagClassName
{
color: #D753BA;
}
</style>
background-color css
<style>
a { background-color: #D753BA; }
a { background-color: rgb(215,83,186); }
div.DivClassName
{
background-color: #D753BA;
}
.BgClassName
{
background-color: #D753BA;
}
</style>
border-color css
<style>
span { border-color: #D753BA; }
span { border-color: rgb(215,83,186); }
td.TdClassName
{
border-color: #D753BA;
}
.TagClassName
{
border-color: #D753BA;
}
</style>