Shades of Fuchsia #D93DC5
Tints of Fuchsia #D93DC5
RGB
CMYK
RGB Variations
Color information
#D93DC5 (or 0xD93DC5) is known color: Fuchsia. HEX triplet: D9, 3D and C5. RGB value is (217,61,197). Sum of RGB (Red+Green+Blue) = 217+61+197=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DC5 is #26C23A. Grayscale: #7A7A7A. Windows color (decimal): -2540091 or 12926425. OLE color: 12926425.
HSL color Cylindrical-coordinate representation of color #D93DC5: hue angle of 307.69º 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 #D93DC5 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 197 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.15 |
| HSL | 307.69º | 0.67% | 0.55% | - |
| HSV(B) | 307.69º | 0.72% | 0.85% | - |
| XYZ | 40.36 | 22.12 | 54.97 | - |
| YUV | 123.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 197 | 0 | 0.72 | 0.09 | 0.15 | 307.69 | 0.67 | 0.55 |
| Hex | D9 | 3D | C5 | 0 | 48 | 9 | F | 134 | 43 | 37 |
| Octal | 331 | 75 | 305 | 0 | 110 | 11 | 17 | 464 | 103 | 67 |
| Binary | 11011001 | 111101 | 11000101 | 0 | 1001000 | 1001 | 1111 | 100110100 | 1000011 | 110111 |
Color Harmonies of #D93DC5
Complementary color
Monochromatic Colors of #D93DC5
Black with #D93DC5
Text Example
Text Example
White with #D93DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DC5; }
p { color: rgb(217,61,197); }
H1.HeaderClassName
{
color: #D93DC5;
}
.AnyTagClassName
{
color: #D93DC5;
}
</style>
background-color css
<style>
a { background-color: #D93DC5; }
a { background-color: rgb(217,61,197); }
div.DivClassName
{
background-color: #D93DC5;
}
.BgClassName
{
background-color: #D93DC5;
}
</style>
border-color css
<style>
span { border-color: #D93DC5; }
span { border-color: rgb(217,61,197); }
td.TdClassName
{
border-color: #D93DC5;
}
.TagClassName
{
border-color: #D93DC5;
}
</style>