Shades of Fuchsia #D737C7
Tints of Fuchsia #D737C7
RGB
CMYK
RGB Variations
Color information
#D737C7 (or 0xD737C7) is known color: Fuchsia. HEX triplet: D7, 37 and C7. RGB value is (215,55,199). Sum of RGB (Red+Green+Blue) = 215+55+199=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D737C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737C7 is #28C838. Grayscale: #767676. Windows color (decimal): -2672697 or 13055959. OLE color: 13055959.
HSL color Cylindrical-coordinate representation of color #D737C7: hue angle of 306º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D737C7 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 199 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.16 |
| HSL | 306º | 0.67% | 0.53% | - |
| HSV(B) | 306º | 0.74% | 0.84% | - |
| XYZ | 39.7 | 21.3 | 56.05 | - |
| YUV | 119.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 199 | 0 | 0.74 | 0.07 | 0.16 | 306 | 0.67 | 0.53 |
| Hex | D7 | 37 | C7 | 0 | 4A | 7 | 10 | 132 | 43 | 35 |
| Octal | 327 | 67 | 307 | 0 | 112 | 7 | 20 | 462 | 103 | 65 |
| Binary | 11010111 | 110111 | 11000111 | 0 | 1001010 | 111 | 10000 | 100110010 | 1000011 | 110101 |
Color Harmonies of #D737C7
Complementary color
Monochromatic Colors of #D737C7
Black with #D737C7
Text Example
Text Example
White with #D737C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D737C7; }
p { color: rgb(215,55,199); }
H1.HeaderClassName
{
color: #D737C7;
}
.AnyTagClassName
{
color: #D737C7;
}
</style>
background-color css
<style>
a { background-color: #D737C7; }
a { background-color: rgb(215,55,199); }
div.DivClassName
{
background-color: #D737C7;
}
.BgClassName
{
background-color: #D737C7;
}
</style>
border-color css
<style>
span { border-color: #D737C7; }
span { border-color: rgb(215,55,199); }
td.TdClassName
{
border-color: #D737C7;
}
.TagClassName
{
border-color: #D737C7;
}
</style>