Shades of Fuchsia #D634C9
Tints of Fuchsia #D634C9
RGB
CMYK
RGB Variations
Color information
#D634C9 (or 0xD634C9) is known color: Fuchsia. HEX triplet: D6, 34 and C9. RGB value is (214,52,201). Sum of RGB (Red+Green+Blue) = 214+52+201=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D634C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634C9 is #29CB36. Grayscale: #747474. Windows color (decimal): -2738999 or 13186262. OLE color: 13186262.
HSL color Cylindrical-coordinate representation of color #D634C9: hue angle of 304.81º 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 #D634C9 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 201 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.16 |
| HSL | 304.81º | 0.66% | 0.52% | - |
| HSV(B) | 304.81º | 0.76% | 0.84% | - |
| XYZ | 39.5 | 20.97 | 57.22 | - |
| YUV | 117.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 201 | 0 | 0.76 | 0.06 | 0.16 | 304.81 | 0.66 | 0.52 |
| Hex | D6 | 34 | C9 | 0 | 4C | 6 | 10 | 131 | 42 | 34 |
| Octal | 326 | 64 | 311 | 0 | 114 | 6 | 20 | 461 | 102 | 64 |
| Binary | 11010110 | 110100 | 11001001 | 0 | 1001100 | 110 | 10000 | 100110001 | 1000010 | 110100 |
Color Harmonies of #D634C9
Complementary color
Monochromatic Colors of #D634C9
Black with #D634C9
Text Example
Text Example
White with #D634C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634C9; }
p { color: rgb(214,52,201); }
H1.HeaderClassName
{
color: #D634C9;
}
.AnyTagClassName
{
color: #D634C9;
}
</style>
background-color css
<style>
a { background-color: #D634C9; }
a { background-color: rgb(214,52,201); }
div.DivClassName
{
background-color: #D634C9;
}
.BgClassName
{
background-color: #D634C9;
}
</style>
border-color css
<style>
span { border-color: #D634C9; }
span { border-color: rgb(214,52,201); }
td.TdClassName
{
border-color: #D634C9;
}
.TagClassName
{
border-color: #D634C9;
}
</style>