Shades of Fuchsia #D634BC
Tints of Fuchsia #D634BC
RGB
CMYK
RGB Variations
Color information
#D634BC (or 0xD634BC) is known color: Fuchsia. HEX triplet: D6, 34 and BC. RGB value is (214,52,188). Sum of RGB (Red+Green+Blue) = 214+52+188=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D634BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634BC is #29CB43. Grayscale: #737373. Windows color (decimal): -2739012 or 12334294. OLE color: 12334294.
HSL color Cylindrical-coordinate representation of color #D634BC: hue angle of 309.63º 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 #D634BC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 188 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.16 |
| HSL | 309.63º | 0.66% | 0.52% | - |
| HSV(B) | 309.63º | 0.76% | 0.84% | - |
| XYZ | 38.04 | 20.38 | 49.51 | - |
| YUV | 115.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 188 | 0 | 0.76 | 0.12 | 0.16 | 309.63 | 0.66 | 0.52 |
| Hex | D6 | 34 | BC | 0 | 4C | C | 10 | 136 | 42 | 34 |
| Octal | 326 | 64 | 274 | 0 | 114 | 14 | 20 | 466 | 102 | 64 |
| Binary | 11010110 | 110100 | 10111100 | 0 | 1001100 | 1100 | 10000 | 100110110 | 1000010 | 110100 |
Color Harmonies of #D634BC
Complementary color
Monochromatic Colors of #D634BC
Black with #D634BC
Text Example
Text Example
White with #D634BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634BC; }
p { color: rgb(214,52,188); }
H1.HeaderClassName
{
color: #D634BC;
}
.AnyTagClassName
{
color: #D634BC;
}
</style>
background-color css
<style>
a { background-color: #D634BC; }
a { background-color: rgb(214,52,188); }
div.DivClassName
{
background-color: #D634BC;
}
.BgClassName
{
background-color: #D634BC;
}
</style>
border-color css
<style>
span { border-color: #D634BC; }
span { border-color: rgb(214,52,188); }
td.TdClassName
{
border-color: #D634BC;
}
.TagClassName
{
border-color: #D634BC;
}
</style>