Shades of Fuchsia #D634BE
Tints of Fuchsia #D634BE
RGB
CMYK
RGB Variations
Color information
#D634BE (or 0xD634BE) is known color: Fuchsia. HEX triplet: D6, 34 and BE. RGB value is (214,52,190). Sum of RGB (Red+Green+Blue) = 214+52+190=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D634BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634BE is #29CB41. Grayscale: #737373. Windows color (decimal): -2739010 or 12465366. OLE color: 12465366.
HSL color Cylindrical-coordinate representation of color #D634BE: hue angle of 308.89º 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 #D634BE is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 190 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.16 |
| HSL | 308.89º | 0.66% | 0.52% | - |
| HSV(B) | 308.89º | 0.76% | 0.84% | - |
| XYZ | 38.25 | 20.47 | 50.65 | - |
| YUV | 116.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 190 | 0 | 0.76 | 0.11 | 0.16 | 308.89 | 0.66 | 0.52 |
| Hex | D6 | 34 | BE | 0 | 4C | B | 10 | 135 | 42 | 34 |
| Octal | 326 | 64 | 276 | 0 | 114 | 13 | 20 | 465 | 102 | 64 |
| Binary | 11010110 | 110100 | 10111110 | 0 | 1001100 | 1011 | 10000 | 100110101 | 1000010 | 110100 |
Color Harmonies of #D634BE
Complementary color
Monochromatic Colors of #D634BE
Black with #D634BE
Text Example
Text Example
White with #D634BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634BE; }
p { color: rgb(214,52,190); }
H1.HeaderClassName
{
color: #D634BE;
}
.AnyTagClassName
{
color: #D634BE;
}
</style>
background-color css
<style>
a { background-color: #D634BE; }
a { background-color: rgb(214,52,190); }
div.DivClassName
{
background-color: #D634BE;
}
.BgClassName
{
background-color: #D634BE;
}
</style>
border-color css
<style>
span { border-color: #D634BE; }
span { border-color: rgb(214,52,190); }
td.TdClassName
{
border-color: #D634BE;
}
.TagClassName
{
border-color: #D634BE;
}
</style>