Shades of Fuchsia #D753AF
Tints of Fuchsia #D753AF
RGB
CMYK
RGB Variations
Color information
#D753AF (or 0xD753AF) is known color: Fuchsia. HEX triplet: D7, 53 and AF. RGB value is (215,83,175). Sum of RGB (Red+Green+Blue) = 215+83+175=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D753AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D753AF is #28AC50. Grayscale: #848484. Windows color (decimal): -2665553 or 11490263. OLE color: 11490263.
HSL color Cylindrical-coordinate representation of color #D753AF: hue angle of 318.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 #D753AF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 175 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.16 |
| HSL | 318.18º | 0.62% | 0.58% | - |
| HSV(B) | 318.18º | 0.61% | 0.84% | - |
| XYZ | 38.86 | 23.73 | 43.09 | - |
| YUV | 132.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 175 | 0 | 0.61 | 0.19 | 0.16 | 318.18 | 0.62 | 0.58 |
| Hex | D7 | 53 | AF | 0 | 3D | 13 | 10 | 13E | 3E | 3A |
| Octal | 327 | 123 | 257 | 0 | 75 | 23 | 20 | 476 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10101111 | 0 | 111101 | 10011 | 10000 | 100111110 | 111110 | 111010 |
Color Harmonies of #D753AF
Complementary color
Monochromatic Colors of #D753AF
Black with #D753AF
Text Example
Text Example
White with #D753AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753AF; }
p { color: rgb(215,83,175); }
H1.HeaderClassName
{
color: #D753AF;
}
.AnyTagClassName
{
color: #D753AF;
}
</style>
background-color css
<style>
a { background-color: #D753AF; }
a { background-color: rgb(215,83,175); }
div.DivClassName
{
background-color: #D753AF;
}
.BgClassName
{
background-color: #D753AF;
}
</style>
border-color css
<style>
span { border-color: #D753AF; }
span { border-color: rgb(215,83,175); }
td.TdClassName
{
border-color: #D753AF;
}
.TagClassName
{
border-color: #D753AF;
}
</style>