Shades of Fuchsia #D641C9
Tints of Fuchsia #D641C9
RGB
CMYK
RGB Variations
Color information
#D641C9 (or 0xD641C9) is known color: Fuchsia. HEX triplet: D6, 41 and C9. RGB value is (214,65,201). Sum of RGB (Red+Green+Blue) = 214+65+201=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D641C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D641C9 is #29BE36. Grayscale: #7C7C7C. Windows color (decimal): -2735671 or 13189590. OLE color: 13189590.
HSL color Cylindrical-coordinate representation of color #D641C9: hue angle of 305.23º 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 #D641C9 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 201 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.16 |
| HSL | 305.23º | 0.65% | 0.55% | - |
| HSV(B) | 305.23º | 0.7% | 0.84% | - |
| XYZ | 40.16 | 22.29 | 57.44 | - |
| YUV | 125.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 201 | 0 | 0.70 | 0.06 | 0.16 | 305.23 | 0.65 | 0.55 |
| Hex | D6 | 41 | C9 | 0 | 46 | 6 | 10 | 131 | 41 | 37 |
| Octal | 326 | 101 | 311 | 0 | 106 | 6 | 20 | 461 | 101 | 67 |
| Binary | 11010110 | 1000001 | 11001001 | 0 | 1000110 | 110 | 10000 | 100110001 | 1000001 | 110111 |
Color Harmonies of #D641C9
Complementary color
Monochromatic Colors of #D641C9
Black with #D641C9
Text Example
Text Example
White with #D641C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641C9; }
p { color: rgb(214,65,201); }
H1.HeaderClassName
{
color: #D641C9;
}
.AnyTagClassName
{
color: #D641C9;
}
</style>
background-color css
<style>
a { background-color: #D641C9; }
a { background-color: rgb(214,65,201); }
div.DivClassName
{
background-color: #D641C9;
}
.BgClassName
{
background-color: #D641C9;
}
</style>
border-color css
<style>
span { border-color: #D641C9; }
span { border-color: rgb(214,65,201); }
td.TdClassName
{
border-color: #D641C9;
}
.TagClassName
{
border-color: #D641C9;
}
</style>