Shades of Fuchsia #D630D3
Tints of Fuchsia #D630D3
RGB
CMYK
RGB Variations
Color information
#D630D3 (or 0xD630D3) is known color: Fuchsia. HEX triplet: D6, 30 and D3. RGB value is (214,48,211). Sum of RGB (Red+Green+Blue) = 214+48+211=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D630D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630D3 is #29CF2C. Grayscale: #737373. Windows color (decimal): -2740013 or 13840598. OLE color: 13840598.
HSL color Cylindrical-coordinate representation of color #D630D3: hue angle of 301.08º 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 #D630D3 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 211 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.16 |
| HSL | 301.08º | 0.67% | 0.51% | - |
| HSV(B) | 301.08º | 0.78% | 0.84% | - |
| XYZ | 40.55 | 21.11 | 63.57 | - |
| YUV | 116.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 211 | 0 | 0.78 | 0.01 | 0.16 | 301.08 | 0.67 | 0.51 |
| Hex | D6 | 30 | D3 | 0 | 4E | 1 | 10 | 12D | 43 | 33 |
| Octal | 326 | 60 | 323 | 0 | 116 | 1 | 20 | 455 | 103 | 63 |
| Binary | 11010110 | 110000 | 11010011 | 0 | 1001110 | 1 | 10000 | 100101101 | 1000011 | 110011 |
Color Harmonies of #D630D3
Complementary color
Monochromatic Colors of #D630D3
Black with #D630D3
Text Example
Text Example
White with #D630D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630D3; }
p { color: rgb(214,48,211); }
H1.HeaderClassName
{
color: #D630D3;
}
.AnyTagClassName
{
color: #D630D3;
}
</style>
background-color css
<style>
a { background-color: #D630D3; }
a { background-color: rgb(214,48,211); }
div.DivClassName
{
background-color: #D630D3;
}
.BgClassName
{
background-color: #D630D3;
}
</style>
border-color css
<style>
span { border-color: #D630D3; }
span { border-color: rgb(214,48,211); }
td.TdClassName
{
border-color: #D630D3;
}
.TagClassName
{
border-color: #D630D3;
}
</style>