Shades of Fuchsia #D635CE
Tints of Fuchsia #D635CE
RGB
CMYK
RGB Variations
Color information
#D635CE (or 0xD635CE) is known color: Fuchsia. HEX triplet: D6, 35 and CE. RGB value is (214,53,206). Sum of RGB (Red+Green+Blue) = 214+53+206=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D635CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635CE is #29CA31. Grayscale: #767676. Windows color (decimal): -2738738 or 13514198. OLE color: 13514198.
HSL color Cylindrical-coordinate representation of color #D635CE: hue angle of 302.98º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D635CE is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 206 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.16 |
| HSL | 302.98º | 0.66% | 0.52% | - |
| HSV(B) | 302.98º | 0.75% | 0.84% | - |
| XYZ | 40.15 | 21.3 | 60.39 | - |
| YUV | 118.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 206 | 0 | 0.75 | 0.04 | 0.16 | 302.98 | 0.66 | 0.52 |
| Hex | D6 | 35 | CE | 0 | 4B | 4 | 10 | 12F | 42 | 34 |
| Octal | 326 | 65 | 316 | 0 | 113 | 4 | 20 | 457 | 102 | 64 |
| Binary | 11010110 | 110101 | 11001110 | 0 | 1001011 | 100 | 10000 | 100101111 | 1000010 | 110100 |
Color Harmonies of #D635CE
Complementary color
Monochromatic Colors of #D635CE
Black with #D635CE
Text Example
Text Example
White with #D635CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635CE; }
p { color: rgb(214,53,206); }
H1.HeaderClassName
{
color: #D635CE;
}
.AnyTagClassName
{
color: #D635CE;
}
</style>
background-color css
<style>
a { background-color: #D635CE; }
a { background-color: rgb(214,53,206); }
div.DivClassName
{
background-color: #D635CE;
}
.BgClassName
{
background-color: #D635CE;
}
</style>
border-color css
<style>
span { border-color: #D635CE; }
span { border-color: rgb(214,53,206); }
td.TdClassName
{
border-color: #D635CE;
}
.TagClassName
{
border-color: #D635CE;
}
</style>