Shades of Fuchsia #D636C6
Tints of Fuchsia #D636C6
RGB
CMYK
RGB Variations
Color information
#D636C6 (or 0xD636C6) is known color: Fuchsia. HEX triplet: D6, 36 and C6. RGB value is (214,54,198). Sum of RGB (Red+Green+Blue) = 214+54+198=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D636C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636C6 is #29C939. Grayscale: #757575. Windows color (decimal): -2738490 or 12990166. OLE color: 12990166.
HSL color Cylindrical-coordinate representation of color #D636C6: hue angle of 306º 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 #D636C6 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 198 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.16 |
| HSL | 306º | 0.66% | 0.53% | - |
| HSV(B) | 306º | 0.75% | 0.84% | - |
| XYZ | 39.24 | 21.01 | 55.41 | - |
| YUV | 118.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 198 | 0 | 0.75 | 0.07 | 0.16 | 306 | 0.66 | 0.53 |
| Hex | D6 | 36 | C6 | 0 | 4B | 7 | 10 | 132 | 42 | 35 |
| Octal | 326 | 66 | 306 | 0 | 113 | 7 | 20 | 462 | 102 | 65 |
| Binary | 11010110 | 110110 | 11000110 | 0 | 1001011 | 111 | 10000 | 100110010 | 1000010 | 110101 |
Color Harmonies of #D636C6
Complementary color
Monochromatic Colors of #D636C6
Black with #D636C6
Text Example
Text Example
White with #D636C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636C6; }
p { color: rgb(214,54,198); }
H1.HeaderClassName
{
color: #D636C6;
}
.AnyTagClassName
{
color: #D636C6;
}
</style>
background-color css
<style>
a { background-color: #D636C6; }
a { background-color: rgb(214,54,198); }
div.DivClassName
{
background-color: #D636C6;
}
.BgClassName
{
background-color: #D636C6;
}
</style>
border-color css
<style>
span { border-color: #D636C6; }
span { border-color: rgb(214,54,198); }
td.TdClassName
{
border-color: #D636C6;
}
.TagClassName
{
border-color: #D636C6;
}
</style>