Shades of Fuchsia #D630C3
Tints of Fuchsia #D630C3
RGB
CMYK
RGB Variations
Color information
#D630C3 (or 0xD630C3) is known color: Fuchsia. HEX triplet: D6, 30 and C3. RGB value is (214,48,195). Sum of RGB (Red+Green+Blue) = 214+48+195=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D630C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D630C3 is #29CF3C. Grayscale: #717171. Windows color (decimal): -2740029 or 12792022. OLE color: 12792022.
HSL color Cylindrical-coordinate representation of color #D630C3: hue angle of 306.87º 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 #D630C3 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 195 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.16 |
| HSL | 306.87º | 0.67% | 0.51% | - |
| HSV(B) | 306.87º | 0.78% | 0.84% | - |
| XYZ | 38.64 | 20.35 | 53.52 | - |
| YUV | 114.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 195 | 0 | 0.78 | 0.09 | 0.16 | 306.87 | 0.67 | 0.51 |
| Hex | D6 | 30 | C3 | 0 | 4E | 9 | 10 | 133 | 43 | 33 |
| Octal | 326 | 60 | 303 | 0 | 116 | 11 | 20 | 463 | 103 | 63 |
| Binary | 11010110 | 110000 | 11000011 | 0 | 1001110 | 1001 | 10000 | 100110011 | 1000011 | 110011 |
Color Harmonies of #D630C3
Complementary color
Monochromatic Colors of #D630C3
Black with #D630C3
Text Example
Text Example
White with #D630C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630C3; }
p { color: rgb(214,48,195); }
H1.HeaderClassName
{
color: #D630C3;
}
.AnyTagClassName
{
color: #D630C3;
}
</style>
background-color css
<style>
a { background-color: #D630C3; }
a { background-color: rgb(214,48,195); }
div.DivClassName
{
background-color: #D630C3;
}
.BgClassName
{
background-color: #D630C3;
}
</style>
border-color css
<style>
span { border-color: #D630C3; }
span { border-color: rgb(214,48,195); }
td.TdClassName
{
border-color: #D630C3;
}
.TagClassName
{
border-color: #D630C3;
}
</style>