Shades of Fuchsia #D93DC0
Tints of Fuchsia #D93DC0
RGB
CMYK
RGB Variations
Color information
#D93DC0 (or 0xD93DC0) is known color: Fuchsia. HEX triplet: D9, 3D and C0. RGB value is (217,61,192). Sum of RGB (Red+Green+Blue) = 217+61+192=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC0 is #26C23F. Grayscale: #7A7A7A. Windows color (decimal): -2540096 or 12598745. OLE color: 12598745.
HSL color Cylindrical-coordinate representation of color #D93DC0: hue angle of 309.62º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93DC0 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 192 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.15 |
| HSL | 309.62º | 0.67% | 0.55% | - |
| HSV(B) | 309.62º | 0.72% | 0.85% | - |
| XYZ | 39.8 | 21.89 | 52 | - |
| YUV | 122.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 192 | 0 | 0.72 | 0.12 | 0.15 | 309.62 | 0.67 | 0.55 |
| Hex | D9 | 3D | C0 | 0 | 48 | C | F | 136 | 43 | 37 |
| Octal | 331 | 75 | 300 | 0 | 110 | 14 | 17 | 466 | 103 | 67 |
| Binary | 11011001 | 111101 | 11000000 | 0 | 1001000 | 1100 | 1111 | 100110110 | 1000011 | 110111 |
Color Harmonies of #D93DC0
Complementary color
Monochromatic Colors of #D93DC0
Black with #D93DC0
Text Example
Text Example
White with #D93DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DC0; }
p { color: rgb(217,61,192); }
H1.HeaderClassName
{
color: #D93DC0;
}
.AnyTagClassName
{
color: #D93DC0;
}
</style>
background-color css
<style>
a { background-color: #D93DC0; }
a { background-color: rgb(217,61,192); }
div.DivClassName
{
background-color: #D93DC0;
}
.BgClassName
{
background-color: #D93DC0;
}
</style>
border-color css
<style>
span { border-color: #D93DC0; }
span { border-color: rgb(217,61,192); }
td.TdClassName
{
border-color: #D93DC0;
}
.TagClassName
{
border-color: #D93DC0;
}
</style>