Shades of Fuchsia #D637C3
Tints of Fuchsia #D637C3
RGB
CMYK
RGB Variations
Color information
#D637C3 (or 0xD637C3) is known color: Fuchsia. HEX triplet: D6, 37 and C3. RGB value is (214,55,195). Sum of RGB (Red+Green+Blue) = 214+55+195=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D637C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637C3 is #29C83C. Grayscale: #767676. Windows color (decimal): -2738237 or 12793814. OLE color: 12793814.
HSL color Cylindrical-coordinate representation of color #D637C3: hue angle of 307.17º degrees, saturation: 0.66, 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 #D637C3 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 195 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.16 |
| HSL | 307.17º | 0.66% | 0.53% | - |
| HSV(B) | 307.17º | 0.74% | 0.84% | - |
| XYZ | 38.95 | 20.97 | 53.62 | - |
| YUV | 118.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 195 | 0 | 0.74 | 0.09 | 0.16 | 307.17 | 0.66 | 0.53 |
| Hex | D6 | 37 | C3 | 0 | 4A | 9 | 10 | 133 | 42 | 35 |
| Octal | 326 | 67 | 303 | 0 | 112 | 11 | 20 | 463 | 102 | 65 |
| Binary | 11010110 | 110111 | 11000011 | 0 | 1001010 | 1001 | 10000 | 100110011 | 1000010 | 110101 |
Color Harmonies of #D637C3
Complementary color
Monochromatic Colors of #D637C3
Black with #D637C3
Text Example
Text Example
White with #D637C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D637C3; }
p { color: rgb(214,55,195); }
H1.HeaderClassName
{
color: #D637C3;
}
.AnyTagClassName
{
color: #D637C3;
}
</style>
background-color css
<style>
a { background-color: #D637C3; }
a { background-color: rgb(214,55,195); }
div.DivClassName
{
background-color: #D637C3;
}
.BgClassName
{
background-color: #D637C3;
}
</style>
border-color css
<style>
span { border-color: #D637C3; }
span { border-color: rgb(214,55,195); }
td.TdClassName
{
border-color: #D637C3;
}
.TagClassName
{
border-color: #D637C3;
}
</style>