Shades of Fuchsia #D630CC
Tints of Fuchsia #D630CC
RGB
CMYK
RGB Variations
Color information
#D630CC (or 0xD630CC) is known color: Fuchsia. HEX triplet: D6, 30 and CC. RGB value is (214,48,204). Sum of RGB (Red+Green+Blue) = 214+48+204=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D630CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630CC is #29CF33. Grayscale: #727272. Windows color (decimal): -2740020 or 13381846. OLE color: 13381846.
HSL color Cylindrical-coordinate representation of color #D630CC: hue angle of 303.61º 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 #D630CC is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 204 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.16 |
| HSL | 303.61º | 0.67% | 0.51% | - |
| HSV(B) | 303.61º | 0.78% | 0.84% | - |
| XYZ | 39.69 | 20.77 | 59.04 | - |
| YUV | 115.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 204 | 0 | 0.78 | 0.05 | 0.16 | 303.61 | 0.67 | 0.51 |
| Hex | D6 | 30 | CC | 0 | 4E | 5 | 10 | 130 | 43 | 33 |
| Octal | 326 | 60 | 314 | 0 | 116 | 5 | 20 | 460 | 103 | 63 |
| Binary | 11010110 | 110000 | 11001100 | 0 | 1001110 | 101 | 10000 | 100110000 | 1000011 | 110011 |
Color Harmonies of #D630CC
Complementary color
Monochromatic Colors of #D630CC
Black with #D630CC
Text Example
Text Example
White with #D630CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630CC; }
p { color: rgb(214,48,204); }
H1.HeaderClassName
{
color: #D630CC;
}
.AnyTagClassName
{
color: #D630CC;
}
</style>
background-color css
<style>
a { background-color: #D630CC; }
a { background-color: rgb(214,48,204); }
div.DivClassName
{
background-color: #D630CC;
}
.BgClassName
{
background-color: #D630CC;
}
</style>
border-color css
<style>
span { border-color: #D630CC; }
span { border-color: rgb(214,48,204); }
td.TdClassName
{
border-color: #D630CC;
}
.TagClassName
{
border-color: #D630CC;
}
</style>