Shades of Fuchsia #D93DC3
Tints of Fuchsia #D93DC3
RGB
CMYK
RGB Variations
Color information
#D93DC3 (or 0xD93DC3) is known color: Fuchsia. HEX triplet: D9, 3D and C3. RGB value is (217,61,195). Sum of RGB (Red+Green+Blue) = 217+61+195=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC3 is #26C23C. Grayscale: #7A7A7A. Windows color (decimal): -2540093 or 12795353. OLE color: 12795353.
HSL color Cylindrical-coordinate representation of color #D93DC3: hue angle of 308.46º 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 #D93DC3 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 195 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.15 |
| HSL | 308.46º | 0.67% | 0.55% | - |
| HSV(B) | 308.46º | 0.72% | 0.85% | - |
| XYZ | 40.13 | 22.03 | 53.77 | - |
| YUV | 122.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 195 | 0 | 0.72 | 0.10 | 0.15 | 308.46 | 0.67 | 0.55 |
| Hex | D9 | 3D | C3 | 0 | 48 | A | F | 134 | 43 | 37 |
| Octal | 331 | 75 | 303 | 0 | 110 | 12 | 17 | 464 | 103 | 67 |
| Binary | 11011001 | 111101 | 11000011 | 0 | 1001000 | 1010 | 1111 | 100110100 | 1000011 | 110111 |
Color Harmonies of #D93DC3
Complementary color
Monochromatic Colors of #D93DC3
Black with #D93DC3
Text Example
Text Example
White with #D93DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DC3; }
p { color: rgb(217,61,195); }
H1.HeaderClassName
{
color: #D93DC3;
}
.AnyTagClassName
{
color: #D93DC3;
}
</style>
background-color css
<style>
a { background-color: #D93DC3; }
a { background-color: rgb(217,61,195); }
div.DivClassName
{
background-color: #D93DC3;
}
.BgClassName
{
background-color: #D93DC3;
}
</style>
border-color css
<style>
span { border-color: #D93DC3; }
span { border-color: rgb(217,61,195); }
td.TdClassName
{
border-color: #D93DC3;
}
.TagClassName
{
border-color: #D93DC3;
}
</style>