Shades of Fuchsia #D753B3
Tints of Fuchsia #D753B3
RGB
CMYK
RGB Variations
Color information
#D753B3 (or 0xD753B3) is known color: Fuchsia. HEX triplet: D7, 53 and B3. RGB value is (215,83,179). Sum of RGB (Red+Green+Blue) = 215+83+179=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D753B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753B3 is #28AC4C. Grayscale: #858585. Windows color (decimal): -2665549 or 11752407. OLE color: 11752407.
HSL color Cylindrical-coordinate representation of color #D753B3: hue angle of 316.36º 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 #D753B3 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 179 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.16 |
| HSL | 316.36º | 0.62% | 0.58% | - |
| HSV(B) | 316.36º | 0.61% | 0.84% | - |
| XYZ | 39.25 | 23.89 | 45.19 | - |
| YUV | 133.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 179 | 0 | 0.61 | 0.17 | 0.16 | 316.36 | 0.62 | 0.58 |
| Hex | D7 | 53 | B3 | 0 | 3D | 11 | 10 | 13C | 3E | 3A |
| Octal | 327 | 123 | 263 | 0 | 75 | 21 | 20 | 474 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10110011 | 0 | 111101 | 10001 | 10000 | 100111100 | 111110 | 111010 |
Color Harmonies of #D753B3
Complementary color
Monochromatic Colors of #D753B3
Black with #D753B3
Text Example
Text Example
White with #D753B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753B3; }
p { color: rgb(215,83,179); }
H1.HeaderClassName
{
color: #D753B3;
}
.AnyTagClassName
{
color: #D753B3;
}
</style>
background-color css
<style>
a { background-color: #D753B3; }
a { background-color: rgb(215,83,179); }
div.DivClassName
{
background-color: #D753B3;
}
.BgClassName
{
background-color: #D753B3;
}
</style>
border-color css
<style>
span { border-color: #D753B3; }
span { border-color: rgb(215,83,179); }
td.TdClassName
{
border-color: #D753B3;
}
.TagClassName
{
border-color: #D753B3;
}
</style>