Shades of Fuchsia #D630D2
Tints of Fuchsia #D630D2
RGB
CMYK
RGB Variations
Color information
#D630D2 (or 0xD630D2) is known color: Fuchsia. HEX triplet: D6, 30 and D2. RGB value is (214,48,210). Sum of RGB (Red+Green+Blue) = 214+48+210=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D630D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630D2 is #29CF2D. Grayscale: #737373. Windows color (decimal): -2740014 or 13775062. OLE color: 13775062.
HSL color Cylindrical-coordinate representation of color #D630D2: hue angle of 301.45º 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 #D630D2 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 210 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.16 |
| HSL | 301.45º | 0.67% | 0.51% | - |
| HSV(B) | 301.45º | 0.78% | 0.84% | - |
| XYZ | 40.42 | 21.06 | 62.91 | - |
| YUV | 116.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 210 | 0 | 0.78 | 0.02 | 0.16 | 301.45 | 0.67 | 0.51 |
| Hex | D6 | 30 | D2 | 0 | 4E | 2 | 10 | 12D | 43 | 33 |
| Octal | 326 | 60 | 322 | 0 | 116 | 2 | 20 | 455 | 103 | 63 |
| Binary | 11010110 | 110000 | 11010010 | 0 | 1001110 | 10 | 10000 | 100101101 | 1000011 | 110011 |
Color Harmonies of #D630D2
Complementary color
Monochromatic Colors of #D630D2
Black with #D630D2
Text Example
Text Example
White with #D630D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630D2; }
p { color: rgb(214,48,210); }
H1.HeaderClassName
{
color: #D630D2;
}
.AnyTagClassName
{
color: #D630D2;
}
</style>
background-color css
<style>
a { background-color: #D630D2; }
a { background-color: rgb(214,48,210); }
div.DivClassName
{
background-color: #D630D2;
}
.BgClassName
{
background-color: #D630D2;
}
</style>
border-color css
<style>
span { border-color: #D630D2; }
span { border-color: rgb(214,48,210); }
td.TdClassName
{
border-color: #D630D2;
}
.TagClassName
{
border-color: #D630D2;
}
</style>