Shades of Fuchsia #D644C7
Tints of Fuchsia #D644C7
RGB
CMYK
RGB Variations
Color information
#D644C7 (or 0xD644C7) is known color: Fuchsia. HEX triplet: D6, 44 and C7. RGB value is (214,68,199). Sum of RGB (Red+Green+Blue) = 214+68+199=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D644C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644C7 is #29BB38. Grayscale: #7E7E7E. Windows color (decimal): -2734905 or 13059286. OLE color: 13059286.
HSL color Cylindrical-coordinate representation of color #D644C7: hue angle of 306.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D644C7 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 199 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.16 |
| HSL | 306.16º | 0.64% | 0.55% | - |
| HSV(B) | 306.16º | 0.68% | 0.84% | - |
| XYZ | 40.11 | 22.55 | 56.27 | - |
| YUV | 126.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 199 | 0 | 0.68 | 0.07 | 0.16 | 306.16 | 0.64 | 0.55 |
| Hex | D6 | 44 | C7 | 0 | 44 | 7 | 10 | 132 | 40 | 37 |
| Octal | 326 | 104 | 307 | 0 | 104 | 7 | 20 | 462 | 100 | 67 |
| Binary | 11010110 | 1000100 | 11000111 | 0 | 1000100 | 111 | 10000 | 100110010 | 1000000 | 110111 |
Color Harmonies of #D644C7
Complementary color
Monochromatic Colors of #D644C7
Black with #D644C7
Text Example
Text Example
White with #D644C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644C7; }
p { color: rgb(214,68,199); }
H1.HeaderClassName
{
color: #D644C7;
}
.AnyTagClassName
{
color: #D644C7;
}
</style>
background-color css
<style>
a { background-color: #D644C7; }
a { background-color: rgb(214,68,199); }
div.DivClassName
{
background-color: #D644C7;
}
.BgClassName
{
background-color: #D644C7;
}
</style>
border-color css
<style>
span { border-color: #D644C7; }
span { border-color: rgb(214,68,199); }
td.TdClassName
{
border-color: #D644C7;
}
.TagClassName
{
border-color: #D644C7;
}
</style>