Shades of Fuchsia #D639CD
Tints of Fuchsia #D639CD
RGB
CMYK
RGB Variations
Color information
#D639CD (or 0xD639CD) is known color: Fuchsia. HEX triplet: D6, 39 and CD. RGB value is (214,57,205). Sum of RGB (Red+Green+Blue) = 214+57+205=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D639CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639CD is #29C632. Grayscale: #787878. Windows color (decimal): -2737715 or 13449686. OLE color: 13449686.
HSL color Cylindrical-coordinate representation of color #D639CD: hue angle of 303.44º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D639CD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 205 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.16 |
| HSL | 303.44º | 0.66% | 0.53% | - |
| HSV(B) | 303.44º | 0.73% | 0.84% | - |
| XYZ | 40.21 | 21.63 | 59.81 | - |
| YUV | 120.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 205 | 0 | 0.73 | 0.04 | 0.16 | 303.44 | 0.66 | 0.53 |
| Hex | D6 | 39 | CD | 0 | 49 | 4 | 10 | 12F | 42 | 35 |
| Octal | 326 | 71 | 315 | 0 | 111 | 4 | 20 | 457 | 102 | 65 |
| Binary | 11010110 | 111001 | 11001101 | 0 | 1001001 | 100 | 10000 | 100101111 | 1000010 | 110101 |
Color Harmonies of #D639CD
Complementary color
Monochromatic Colors of #D639CD
Black with #D639CD
Text Example
Text Example
White with #D639CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639CD; }
p { color: rgb(214,57,205); }
H1.HeaderClassName
{
color: #D639CD;
}
.AnyTagClassName
{
color: #D639CD;
}
</style>
background-color css
<style>
a { background-color: #D639CD; }
a { background-color: rgb(214,57,205); }
div.DivClassName
{
background-color: #D639CD;
}
.BgClassName
{
background-color: #D639CD;
}
</style>
border-color css
<style>
span { border-color: #D639CD; }
span { border-color: rgb(214,57,205); }
td.TdClassName
{
border-color: #D639CD;
}
.TagClassName
{
border-color: #D639CD;
}
</style>