Shades of Fuchsia #D753B7
Tints of Fuchsia #D753B7
RGB
CMYK
RGB Variations
Color information
#D753B7 (or 0xD753B7) is known color: Fuchsia. HEX triplet: D7, 53 and B7. RGB value is (215,83,183). Sum of RGB (Red+Green+Blue) = 215+83+183=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D753B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753B7 is #28AC48. Grayscale: #858585. Windows color (decimal): -2665545 or 12014551. OLE color: 12014551.
HSL color Cylindrical-coordinate representation of color #D753B7: hue angle of 314.55º 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 #D753B7 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 183 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.16 |
| HSL | 314.55º | 0.62% | 0.58% | - |
| HSV(B) | 314.55º | 0.61% | 0.84% | - |
| XYZ | 39.66 | 24.05 | 47.35 | - |
| YUV | 133.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 183 | 0 | 0.61 | 0.15 | 0.16 | 314.55 | 0.62 | 0.58 |
| Hex | D7 | 53 | B7 | 0 | 3D | F | 10 | 13B | 3E | 3A |
| Octal | 327 | 123 | 267 | 0 | 75 | 17 | 20 | 473 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10110111 | 0 | 111101 | 1111 | 10000 | 100111011 | 111110 | 111010 |
Color Harmonies of #D753B7
Complementary color
Monochromatic Colors of #D753B7
Black with #D753B7
Text Example
Text Example
White with #D753B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753B7; }
p { color: rgb(215,83,183); }
H1.HeaderClassName
{
color: #D753B7;
}
.AnyTagClassName
{
color: #D753B7;
}
</style>
background-color css
<style>
a { background-color: #D753B7; }
a { background-color: rgb(215,83,183); }
div.DivClassName
{
background-color: #D753B7;
}
.BgClassName
{
background-color: #D753B7;
}
</style>
border-color css
<style>
span { border-color: #D753B7; }
span { border-color: rgb(215,83,183); }
td.TdClassName
{
border-color: #D753B7;
}
.TagClassName
{
border-color: #D753B7;
}
</style>