Shades of Fuchsia #D753AD
Tints of Fuchsia #D753AD
RGB
CMYK
RGB Variations
Color information
#D753AD (or 0xD753AD) is known color: Fuchsia. HEX triplet: D7, 53 and AD. RGB value is (215,83,173). Sum of RGB (Red+Green+Blue) = 215+83+173=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D753AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D753AD is #28AC52. Grayscale: #848484. Windows color (decimal): -2665555 or 11359191. OLE color: 11359191.
HSL color Cylindrical-coordinate representation of color #D753AD: hue angle of 319.09º 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 #D753AD is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 173 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.16 |
| HSL | 319.09º | 0.62% | 0.58% | - |
| HSV(B) | 319.09º | 0.61% | 0.84% | - |
| XYZ | 38.66 | 23.65 | 42.06 | - |
| YUV | 132.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 173 | 0 | 0.61 | 0.20 | 0.16 | 319.09 | 0.62 | 0.58 |
| Hex | D7 | 53 | AD | 0 | 3D | 14 | 10 | 13F | 3E | 3A |
| Octal | 327 | 123 | 255 | 0 | 75 | 24 | 20 | 477 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10101101 | 0 | 111101 | 10100 | 10000 | 100111111 | 111110 | 111010 |
Color Harmonies of #D753AD
Complementary color
Monochromatic Colors of #D753AD
Black with #D753AD
Text Example
Text Example
White with #D753AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753AD; }
p { color: rgb(215,83,173); }
H1.HeaderClassName
{
color: #D753AD;
}
.AnyTagClassName
{
color: #D753AD;
}
</style>
background-color css
<style>
a { background-color: #D753AD; }
a { background-color: rgb(215,83,173); }
div.DivClassName
{
background-color: #D753AD;
}
.BgClassName
{
background-color: #D753AD;
}
</style>
border-color css
<style>
span { border-color: #D753AD; }
span { border-color: rgb(215,83,173); }
td.TdClassName
{
border-color: #D753AD;
}
.TagClassName
{
border-color: #D753AD;
}
</style>