Shades of Fuchsia #D93DC2
Tints of Fuchsia #D93DC2
RGB
CMYK
RGB Variations
Color information
#D93DC2 (or 0xD93DC2) is known color: Fuchsia. HEX triplet: D9, 3D and C2. RGB value is (217,61,194). Sum of RGB (Red+Green+Blue) = 217+61+194=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC2 is #26C23D. Grayscale: #7A7A7A. Windows color (decimal): -2540094 or 12729817. OLE color: 12729817.
HSL color Cylindrical-coordinate representation of color #D93DC2: hue angle of 308.85º 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 #D93DC2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 194 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.15 |
| HSL | 308.85º | 0.67% | 0.55% | - |
| HSV(B) | 308.85º | 0.72% | 0.85% | - |
| XYZ | 40.02 | 21.98 | 53.17 | - |
| YUV | 122.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 194 | 0 | 0.72 | 0.11 | 0.15 | 308.85 | 0.67 | 0.55 |
| Hex | D9 | 3D | C2 | 0 | 48 | B | F | 135 | 43 | 37 |
| Octal | 331 | 75 | 302 | 0 | 110 | 13 | 17 | 465 | 103 | 67 |
| Binary | 11011001 | 111101 | 11000010 | 0 | 1001000 | 1011 | 1111 | 100110101 | 1000011 | 110111 |
Color Harmonies of #D93DC2
Complementary color
Monochromatic Colors of #D93DC2
Black with #D93DC2
Text Example
Text Example
White with #D93DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DC2; }
p { color: rgb(217,61,194); }
H1.HeaderClassName
{
color: #D93DC2;
}
.AnyTagClassName
{
color: #D93DC2;
}
</style>
background-color css
<style>
a { background-color: #D93DC2; }
a { background-color: rgb(217,61,194); }
div.DivClassName
{
background-color: #D93DC2;
}
.BgClassName
{
background-color: #D93DC2;
}
</style>
border-color css
<style>
span { border-color: #D93DC2; }
span { border-color: rgb(217,61,194); }
td.TdClassName
{
border-color: #D93DC2;
}
.TagClassName
{
border-color: #D93DC2;
}
</style>