Shades of Fuchsia #D634CF
Tints of Fuchsia #D634CF
RGB
CMYK
RGB Variations
Color information
#D634CF (or 0xD634CF) is known color: Fuchsia. HEX triplet: D6, 34 and CF. RGB value is (214,52,207). Sum of RGB (Red+Green+Blue) = 214+52+207=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D634CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D634CF is #29CB30. Grayscale: #757575. Windows color (decimal): -2738993 or 13579478. OLE color: 13579478.
HSL color Cylindrical-coordinate representation of color #D634CF: hue angle of 302.59º 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 #D634CF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 207 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.16 |
| HSL | 302.59º | 0.66% | 0.52% | - |
| HSV(B) | 302.59º | 0.76% | 0.84% | - |
| XYZ | 40.22 | 21.26 | 61.01 | - |
| YUV | 118.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 207 | 0 | 0.76 | 0.03 | 0.16 | 302.59 | 0.66 | 0.52 |
| Hex | D6 | 34 | CF | 0 | 4C | 3 | 10 | 12F | 42 | 34 |
| Octal | 326 | 64 | 317 | 0 | 114 | 3 | 20 | 457 | 102 | 64 |
| Binary | 11010110 | 110100 | 11001111 | 0 | 1001100 | 11 | 10000 | 100101111 | 1000010 | 110100 |
Color Harmonies of #D634CF
Complementary color
Monochromatic Colors of #D634CF
Black with #D634CF
Text Example
Text Example
White with #D634CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634CF; }
p { color: rgb(214,52,207); }
H1.HeaderClassName
{
color: #D634CF;
}
.AnyTagClassName
{
color: #D634CF;
}
</style>
background-color css
<style>
a { background-color: #D634CF; }
a { background-color: rgb(214,52,207); }
div.DivClassName
{
background-color: #D634CF;
}
.BgClassName
{
background-color: #D634CF;
}
</style>
border-color css
<style>
span { border-color: #D634CF; }
span { border-color: rgb(214,52,207); }
td.TdClassName
{
border-color: #D634CF;
}
.TagClassName
{
border-color: #D634CF;
}
</style>