Shades of Fuchsia #D630CE
Tints of Fuchsia #D630CE
RGB
CMYK
RGB Variations
Color information
#D630CE (or 0xD630CE) is known color: Fuchsia. HEX triplet: D6, 30 and CE. RGB value is (214,48,206). Sum of RGB (Red+Green+Blue) = 214+48+206=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D630CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630CE is #29CF31. Grayscale: #737373. Windows color (decimal): -2740018 or 13512918. OLE color: 13512918.
HSL color Cylindrical-coordinate representation of color #D630CE: hue angle of 302.89º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D630CE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 206 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.16 |
| HSL | 302.89º | 0.67% | 0.51% | - |
| HSV(B) | 302.89º | 0.78% | 0.84% | - |
| XYZ | 39.93 | 20.87 | 60.32 | - |
| YUV | 115.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 206 | 0 | 0.78 | 0.04 | 0.16 | 302.89 | 0.67 | 0.51 |
| Hex | D6 | 30 | CE | 0 | 4E | 4 | 10 | 12F | 43 | 33 |
| Octal | 326 | 60 | 316 | 0 | 116 | 4 | 20 | 457 | 103 | 63 |
| Binary | 11010110 | 110000 | 11001110 | 0 | 1001110 | 100 | 10000 | 100101111 | 1000011 | 110011 |
Color Harmonies of #D630CE
Complementary color
Monochromatic Colors of #D630CE
Black with #D630CE
Text Example
Text Example
White with #D630CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630CE; }
p { color: rgb(214,48,206); }
H1.HeaderClassName
{
color: #D630CE;
}
.AnyTagClassName
{
color: #D630CE;
}
</style>
background-color css
<style>
a { background-color: #D630CE; }
a { background-color: rgb(214,48,206); }
div.DivClassName
{
background-color: #D630CE;
}
.BgClassName
{
background-color: #D630CE;
}
</style>
border-color css
<style>
span { border-color: #D630CE; }
span { border-color: rgb(214,48,206); }
td.TdClassName
{
border-color: #D630CE;
}
.TagClassName
{
border-color: #D630CE;
}
</style>