Shades of Fuchsia #D645C7
Tints of Fuchsia #D645C7
RGB
CMYK
RGB Variations
Color information
#D645C7 (or 0xD645C7) is known color: Fuchsia. HEX triplet: D6, 45 and C7. RGB value is (214,69,199). Sum of RGB (Red+Green+Blue) = 214+69+199=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D645C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645C7 is #29BA38. Grayscale: #7E7E7E. Windows color (decimal): -2734649 or 13059542. OLE color: 13059542.
HSL color Cylindrical-coordinate representation of color #D645C7: hue angle of 306.21º 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 #D645C7 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 199 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.16 |
| HSL | 306.21º | 0.64% | 0.55% | - |
| HSV(B) | 306.21º | 0.68% | 0.84% | - |
| XYZ | 40.17 | 22.68 | 56.29 | - |
| YUV | 127.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 199 | 0 | 0.68 | 0.07 | 0.16 | 306.21 | 0.64 | 0.55 |
| Hex | D6 | 45 | C7 | 0 | 44 | 7 | 10 | 132 | 40 | 37 |
| Octal | 326 | 105 | 307 | 0 | 104 | 7 | 20 | 462 | 100 | 67 |
| Binary | 11010110 | 1000101 | 11000111 | 0 | 1000100 | 111 | 10000 | 100110010 | 1000000 | 110111 |
Color Harmonies of #D645C7
Complementary color
Monochromatic Colors of #D645C7
Black with #D645C7
Text Example
Text Example
White with #D645C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D645C7; }
p { color: rgb(214,69,199); }
H1.HeaderClassName
{
color: #D645C7;
}
.AnyTagClassName
{
color: #D645C7;
}
</style>
background-color css
<style>
a { background-color: #D645C7; }
a { background-color: rgb(214,69,199); }
div.DivClassName
{
background-color: #D645C7;
}
.BgClassName
{
background-color: #D645C7;
}
</style>
border-color css
<style>
span { border-color: #D645C7; }
span { border-color: rgb(214,69,199); }
td.TdClassName
{
border-color: #D645C7;
}
.TagClassName
{
border-color: #D645C7;
}
</style>