Shades of Fuchsia #D734C7
Tints of Fuchsia #D734C7
RGB
CMYK
RGB Variations
Color information
#D734C7 (or 0xD734C7) is known color: Fuchsia. HEX triplet: D7, 34 and C7. RGB value is (215,52,199). Sum of RGB (Red+Green+Blue) = 215+52+199=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D734C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D734C7 is #28CB38. Grayscale: #757575. Windows color (decimal): -2673465 or 13055191. OLE color: 13055191.
HSL color Cylindrical-coordinate representation of color #D734C7: hue angle of 305.89º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D734C7 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 199 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.16 |
| HSL | 305.89º | 0.67% | 0.52% | - |
| HSV(B) | 305.89º | 0.76% | 0.84% | - |
| XYZ | 39.56 | 21.03 | 56.01 | - |
| YUV | 117.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 199 | 0 | 0.76 | 0.07 | 0.16 | 305.89 | 0.67 | 0.52 |
| Hex | D7 | 34 | C7 | 0 | 4C | 7 | 10 | 132 | 43 | 34 |
| Octal | 327 | 64 | 307 | 0 | 114 | 7 | 20 | 462 | 103 | 64 |
| Binary | 11010111 | 110100 | 11000111 | 0 | 1001100 | 111 | 10000 | 100110010 | 1000011 | 110100 |
Color Harmonies of #D734C7
Complementary color
Monochromatic Colors of #D734C7
Black with #D734C7
Text Example
Text Example
White with #D734C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D734C7; }
p { color: rgb(215,52,199); }
H1.HeaderClassName
{
color: #D734C7;
}
.AnyTagClassName
{
color: #D734C7;
}
</style>
background-color css
<style>
a { background-color: #D734C7; }
a { background-color: rgb(215,52,199); }
div.DivClassName
{
background-color: #D734C7;
}
.BgClassName
{
background-color: #D734C7;
}
</style>
border-color css
<style>
span { border-color: #D734C7; }
span { border-color: rgb(215,52,199); }
td.TdClassName
{
border-color: #D734C7;
}
.TagClassName
{
border-color: #D734C7;
}
</style>