Shades of Fuchsia #D753B2
Tints of Fuchsia #D753B2
RGB
CMYK
RGB Variations
Color information
#D753B2 (or 0xD753B2) is known color: Fuchsia. HEX triplet: D7, 53 and B2. RGB value is (215,83,178). Sum of RGB (Red+Green+Blue) = 215+83+178=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D753B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D753B2 is #28AC4D. Grayscale: #858585. Windows color (decimal): -2665550 or 11686871. OLE color: 11686871.
HSL color Cylindrical-coordinate representation of color #D753B2: hue angle of 316.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 #D753B2 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 178 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.16 |
| HSL | 316.82º | 0.62% | 0.58% | - |
| HSV(B) | 316.82º | 0.61% | 0.84% | - |
| XYZ | 39.15 | 23.85 | 44.66 | - |
| YUV | 133.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 178 | 0 | 0.61 | 0.17 | 0.16 | 316.82 | 0.62 | 0.58 |
| Hex | D7 | 53 | B2 | 0 | 3D | 11 | 10 | 13D | 3E | 3A |
| Octal | 327 | 123 | 262 | 0 | 75 | 21 | 20 | 475 | 76 | 72 |
| Binary | 11010111 | 1010011 | 10110010 | 0 | 111101 | 10001 | 10000 | 100111101 | 111110 | 111010 |
Color Harmonies of #D753B2
Complementary color
Monochromatic Colors of #D753B2
Black with #D753B2
Text Example
Text Example
White with #D753B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753B2; }
p { color: rgb(215,83,178); }
H1.HeaderClassName
{
color: #D753B2;
}
.AnyTagClassName
{
color: #D753B2;
}
</style>
background-color css
<style>
a { background-color: #D753B2; }
a { background-color: rgb(215,83,178); }
div.DivClassName
{
background-color: #D753B2;
}
.BgClassName
{
background-color: #D753B2;
}
</style>
border-color css
<style>
span { border-color: #D753B2; }
span { border-color: rgb(215,83,178); }
td.TdClassName
{
border-color: #D753B2;
}
.TagClassName
{
border-color: #D753B2;
}
</style>