Shades of Fuchsia #D637C4
Tints of Fuchsia #D637C4
RGB
CMYK
RGB Variations
Color information
#D637C4 (or 0xD637C4) is known color: Fuchsia. HEX triplet: D6, 37 and C4. RGB value is (214,55,196). Sum of RGB (Red+Green+Blue) = 214+55+196=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D637C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637C4 is #29C83B. Grayscale: #767676. Windows color (decimal): -2738236 or 12859350. OLE color: 12859350.
HSL color Cylindrical-coordinate representation of color #D637C4: hue angle of 306.79º 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 #D637C4 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 196 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.16 |
| HSL | 306.79º | 0.66% | 0.53% | - |
| HSV(B) | 306.79º | 0.74% | 0.84% | - |
| XYZ | 39.06 | 21.01 | 54.22 | - |
| YUV | 118.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 196 | 0 | 0.74 | 0.08 | 0.16 | 306.79 | 0.66 | 0.53 |
| Hex | D6 | 37 | C4 | 0 | 4A | 8 | 10 | 133 | 42 | 35 |
| Octal | 326 | 67 | 304 | 0 | 112 | 10 | 20 | 463 | 102 | 65 |
| Binary | 11010110 | 110111 | 11000100 | 0 | 1001010 | 1000 | 10000 | 100110011 | 1000010 | 110101 |
Color Harmonies of #D637C4
Complementary color
Monochromatic Colors of #D637C4
Black with #D637C4
Text Example
Text Example
White with #D637C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D637C4; }
p { color: rgb(214,55,196); }
H1.HeaderClassName
{
color: #D637C4;
}
.AnyTagClassName
{
color: #D637C4;
}
</style>
background-color css
<style>
a { background-color: #D637C4; }
a { background-color: rgb(214,55,196); }
div.DivClassName
{
background-color: #D637C4;
}
.BgClassName
{
background-color: #D637C4;
}
</style>
border-color css
<style>
span { border-color: #D637C4; }
span { border-color: rgb(214,55,196); }
td.TdClassName
{
border-color: #D637C4;
}
.TagClassName
{
border-color: #D637C4;
}
</style>