Shades of Fuchsia #D641C0
Tints of Fuchsia #D641C0
RGB
CMYK
RGB Variations
Color information
#D641C0 (or 0xD641C0) is known color: Fuchsia. HEX triplet: D6, 41 and C0. RGB value is (214,65,192). Sum of RGB (Red+Green+Blue) = 214+65+192=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D641C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641C0 is #29BE3F. Grayscale: #7B7B7B. Windows color (decimal): -2735680 or 12599766. OLE color: 12599766.
HSL color Cylindrical-coordinate representation of color #D641C0: hue angle of 308.86º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641C0 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 192 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.16 |
| HSL | 308.86º | 0.65% | 0.55% | - |
| HSV(B) | 308.86º | 0.7% | 0.84% | - |
| XYZ | 39.14 | 21.88 | 52.03 | - |
| YUV | 124.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 192 | 0 | 0.70 | 0.10 | 0.16 | 308.86 | 0.65 | 0.55 |
| Hex | D6 | 41 | C0 | 0 | 46 | A | 10 | 135 | 41 | 37 |
| Octal | 326 | 101 | 300 | 0 | 106 | 12 | 20 | 465 | 101 | 67 |
| Binary | 11010110 | 1000001 | 11000000 | 0 | 1000110 | 1010 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D641C0
Complementary color
Monochromatic Colors of #D641C0
Black with #D641C0
Text Example
Text Example
White with #D641C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641C0; }
p { color: rgb(214,65,192); }
H1.HeaderClassName
{
color: #D641C0;
}
.AnyTagClassName
{
color: #D641C0;
}
</style>
background-color css
<style>
a { background-color: #D641C0; }
a { background-color: rgb(214,65,192); }
div.DivClassName
{
background-color: #D641C0;
}
.BgClassName
{
background-color: #D641C0;
}
</style>
border-color css
<style>
span { border-color: #D641C0; }
span { border-color: rgb(214,65,192); }
td.TdClassName
{
border-color: #D641C0;
}
.TagClassName
{
border-color: #D641C0;
}
</style>