Shades of Fuchsia #D636C3
Tints of Fuchsia #D636C3
RGB
CMYK
RGB Variations
Color information
#D636C3 (or 0xD636C3) is known color: Fuchsia. HEX triplet: D6, 36 and C3. RGB value is (214,54,195). Sum of RGB (Red+Green+Blue) = 214+54+195=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C3 is #29C93C. Grayscale: #757575. Windows color (decimal): -2738493 or 12793558. OLE color: 12793558.
HSL color Cylindrical-coordinate representation of color #D636C3: hue angle of 307.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636C3 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 195 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.16 |
| HSL | 307.13º | 0.66% | 0.53% | - |
| HSV(B) | 307.13º | 0.75% | 0.84% | - |
| XYZ | 38.9 | 20.87 | 53.61 | - |
| YUV | 117.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 195 | 0 | 0.75 | 0.09 | 0.16 | 307.13 | 0.66 | 0.53 |
| Hex | D6 | 36 | C3 | 0 | 4B | 9 | 10 | 133 | 42 | 35 |
| Octal | 326 | 66 | 303 | 0 | 113 | 11 | 20 | 463 | 102 | 65 |
| Binary | 11010110 | 110110 | 11000011 | 0 | 1001011 | 1001 | 10000 | 100110011 | 1000010 | 110101 |
Color Harmonies of #D636C3
Complementary color
Monochromatic Colors of #D636C3
Black with #D636C3
Text Example
Text Example
White with #D636C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636C3; }
p { color: rgb(214,54,195); }
H1.HeaderClassName
{
color: #D636C3;
}
.AnyTagClassName
{
color: #D636C3;
}
</style>
background-color css
<style>
a { background-color: #D636C3; }
a { background-color: rgb(214,54,195); }
div.DivClassName
{
background-color: #D636C3;
}
.BgClassName
{
background-color: #D636C3;
}
</style>
border-color css
<style>
span { border-color: #D636C3; }
span { border-color: rgb(214,54,195); }
td.TdClassName
{
border-color: #D636C3;
}
.TagClassName
{
border-color: #D636C3;
}
</style>