Shades of Fuchsia #D737C1
Tints of Fuchsia #D737C1
RGB
CMYK
RGB Variations
Color information
#D737C1 (or 0xD737C1) is known color: Fuchsia. HEX triplet: D7, 37 and C1. RGB value is (215,55,193). Sum of RGB (Red+Green+Blue) = 215+55+193=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D737C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737C1 is #28C83E. Grayscale: #767676. Windows color (decimal): -2672703 or 12662743. OLE color: 12662743.
HSL color Cylindrical-coordinate representation of color #D737C1: hue angle of 308.25º 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 #D737C1 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 193 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.16 |
| HSL | 308.25º | 0.67% | 0.53% | - |
| HSV(B) | 308.25º | 0.74% | 0.84% | - |
| XYZ | 39.02 | 21.03 | 52.45 | - |
| YUV | 118.57 | 170.01 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 193 | 0 | 0.74 | 0.10 | 0.16 | 308.25 | 0.67 | 0.53 |
| Hex | D7 | 37 | C1 | 0 | 4A | A | 10 | 134 | 43 | 35 |
| Octal | 327 | 67 | 301 | 0 | 112 | 12 | 20 | 464 | 103 | 65 |
| Binary | 11010111 | 110111 | 11000001 | 0 | 1001010 | 1010 | 10000 | 100110100 | 1000011 | 110101 |
Color Harmonies of #D737C1
Complementary color
Monochromatic Colors of #D737C1
Black with #D737C1
Text Example
Text Example
White with #D737C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D737C1; }
p { color: rgb(215,55,193); }
H1.HeaderClassName
{
color: #D737C1;
}
.AnyTagClassName
{
color: #D737C1;
}
</style>
background-color css
<style>
a { background-color: #D737C1; }
a { background-color: rgb(215,55,193); }
div.DivClassName
{
background-color: #D737C1;
}
.BgClassName
{
background-color: #D737C1;
}
</style>
border-color css
<style>
span { border-color: #D737C1; }
span { border-color: rgb(215,55,193); }
td.TdClassName
{
border-color: #D737C1;
}
.TagClassName
{
border-color: #D737C1;
}
</style>