Shades of Fuchsia #D634C7
Tints of Fuchsia #D634C7
RGB
CMYK
RGB Variations
Color information
#D634C7 (or 0xD634C7) is known color: Fuchsia. HEX triplet: D6, 34 and C7. RGB value is (214,52,199). Sum of RGB (Red+Green+Blue) = 214+52+199=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D634C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634C7 is #29CB38. Grayscale: #747474. Windows color (decimal): -2739001 or 13055190. OLE color: 13055190.
HSL color Cylindrical-coordinate representation of color #D634C7: hue angle of 305.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D634C7 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 199 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.16 |
| HSL | 305.56º | 0.66% | 0.52% | - |
| HSV(B) | 305.56º | 0.76% | 0.84% | - |
| XYZ | 39.27 | 20.88 | 55.99 | - |
| YUV | 117.2 | 174.17 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 199 | 0 | 0.76 | 0.07 | 0.16 | 305.56 | 0.66 | 0.52 |
| Hex | D6 | 34 | C7 | 0 | 4C | 7 | 10 | 132 | 42 | 34 |
| Octal | 326 | 64 | 307 | 0 | 114 | 7 | 20 | 462 | 102 | 64 |
| Binary | 11010110 | 110100 | 11000111 | 0 | 1001100 | 111 | 10000 | 100110010 | 1000010 | 110100 |
Color Harmonies of #D634C7
Complementary color
Monochromatic Colors of #D634C7
Black with #D634C7
Text Example
Text Example
White with #D634C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634C7; }
p { color: rgb(214,52,199); }
H1.HeaderClassName
{
color: #D634C7;
}
.AnyTagClassName
{
color: #D634C7;
}
</style>
background-color css
<style>
a { background-color: #D634C7; }
a { background-color: rgb(214,52,199); }
div.DivClassName
{
background-color: #D634C7;
}
.BgClassName
{
background-color: #D634C7;
}
</style>
border-color css
<style>
span { border-color: #D634C7; }
span { border-color: rgb(214,52,199); }
td.TdClassName
{
border-color: #D634C7;
}
.TagClassName
{
border-color: #D634C7;
}
</style>