Shades of Fuchsia #D753BD
Tints of Fuchsia #D753BD
RGB
CMYK
RGB Variations
Color information
#D753BD (or 0xD753BD) is known color: Fuchsia. HEX triplet: D7, 53 and BD. RGB value is (215,83,189). Sum of RGB (Red+Green+Blue) = 215+83+189=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D753BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753BD is #28AC42. Grayscale: #868686. Windows color (decimal): -2665539 or 12407767. OLE color: 12407767.
HSL color Cylindrical-coordinate representation of color #D753BD: hue angle of 311.82º 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 #D753BD is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 189 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 311.82º | 0.62% | 0.58% | - |
| HSV(B) | 311.82º | 0.61% | 0.84% | - |
| XYZ | 40.3 | 24.31 | 50.71 | - |
| YUV | 134.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 189 | 0 | 0.61 | 0.12 | 0.16 | 311.82 | 0.62 | 0.58 |
| Hex | D7 | 53 | BD | 0 | 3D | C | 10 | 138 | 3E | 3A |
| Octal | 327 | 123 | 275 | 0 | 75 | 14 | 20 | 470 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10111101 | 0 | 111101 | 1100 | 10000 | 100111000 | 111110 | 111010 |
Color Harmonies of #D753BD
Complementary color
Monochromatic Colors of #D753BD
Black with #D753BD
Text Example
Text Example
White with #D753BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753BD; }
p { color: rgb(215,83,189); }
H1.HeaderClassName
{
color: #D753BD;
}
.AnyTagClassName
{
color: #D753BD;
}
</style>
background-color css
<style>
a { background-color: #D753BD; }
a { background-color: rgb(215,83,189); }
div.DivClassName
{
background-color: #D753BD;
}
.BgClassName
{
background-color: #D753BD;
}
</style>
border-color css
<style>
span { border-color: #D753BD; }
span { border-color: rgb(215,83,189); }
td.TdClassName
{
border-color: #D753BD;
}
.TagClassName
{
border-color: #D753BD;
}
</style>