Shades of Fuchsia #D93DC1
Tints of Fuchsia #D93DC1
RGB
CMYK
RGB Variations
Color information
#D93DC1 (or 0xD93DC1) is known color: Fuchsia. HEX triplet: D9, 3D and C1. RGB value is (217,61,193). Sum of RGB (Red+Green+Blue) = 217+61+193=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC1 is #26C23E. Grayscale: #7A7A7A. Windows color (decimal): -2540095 or 12664281. OLE color: 12664281.
HSL color Cylindrical-coordinate representation of color #D93DC1: hue angle of 309.23º 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 #D93DC1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 193 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 309.23º | 0.67% | 0.55% | - |
| HSV(B) | 309.23º | 0.72% | 0.85% | - |
| XYZ | 39.91 | 21.94 | 52.58 | - |
| YUV | 122.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 193 | 0 | 0.72 | 0.11 | 0.15 | 309.23 | 0.67 | 0.55 |
| Hex | D9 | 3D | C1 | 0 | 48 | B | F | 135 | 43 | 37 |
| Octal | 331 | 75 | 301 | 0 | 110 | 13 | 17 | 465 | 103 | 67 |
| Binary | 11011001 | 111101 | 11000001 | 0 | 1001000 | 1011 | 1111 | 100110101 | 1000011 | 110111 |
Color Harmonies of #D93DC1
Complementary color
Monochromatic Colors of #D93DC1
Black with #D93DC1
Text Example
Text Example
White with #D93DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DC1; }
p { color: rgb(217,61,193); }
H1.HeaderClassName
{
color: #D93DC1;
}
.AnyTagClassName
{
color: #D93DC1;
}
</style>
background-color css
<style>
a { background-color: #D93DC1; }
a { background-color: rgb(217,61,193); }
div.DivClassName
{
background-color: #D93DC1;
}
.BgClassName
{
background-color: #D93DC1;
}
</style>
border-color css
<style>
span { border-color: #D93DC1; }
span { border-color: rgb(217,61,193); }
td.TdClassName
{
border-color: #D93DC1;
}
.TagClassName
{
border-color: #D93DC1;
}
</style>