Shades of Fuchsia #D644C9
Tints of Fuchsia #D644C9
RGB
CMYK
RGB Variations
Color information
#D644C9 (or 0xD644C9) is known color: Fuchsia. HEX triplet: D6, 44 and C9. RGB value is (214,68,201). Sum of RGB (Red+Green+Blue) = 214+68+201=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D644C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644C9 is #29BB36. Grayscale: #7E7E7E. Windows color (decimal): -2734903 or 13190358. OLE color: 13190358.
HSL color Cylindrical-coordinate representation of color #D644C9: hue angle of 305.34º 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 #D644C9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 201 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.16 |
| HSL | 305.34º | 0.64% | 0.55% | - |
| HSV(B) | 305.34º | 0.68% | 0.84% | - |
| XYZ | 40.34 | 22.65 | 57.5 | - |
| YUV | 126.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 201 | 0 | 0.68 | 0.06 | 0.16 | 305.34 | 0.64 | 0.55 |
| Hex | D6 | 44 | C9 | 0 | 44 | 6 | 10 | 131 | 40 | 37 |
| Octal | 326 | 104 | 311 | 0 | 104 | 6 | 20 | 461 | 100 | 67 |
| Binary | 11010110 | 1000100 | 11001001 | 0 | 1000100 | 110 | 10000 | 100110001 | 1000000 | 110111 |
Color Harmonies of #D644C9
Complementary color
Monochromatic Colors of #D644C9
Black with #D644C9
Text Example
Text Example
White with #D644C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644C9; }
p { color: rgb(214,68,201); }
H1.HeaderClassName
{
color: #D644C9;
}
.AnyTagClassName
{
color: #D644C9;
}
</style>
background-color css
<style>
a { background-color: #D644C9; }
a { background-color: rgb(214,68,201); }
div.DivClassName
{
background-color: #D644C9;
}
.BgClassName
{
background-color: #D644C9;
}
</style>
border-color css
<style>
span { border-color: #D644C9; }
span { border-color: rgb(214,68,201); }
td.TdClassName
{
border-color: #D644C9;
}
.TagClassName
{
border-color: #D644C9;
}
</style>