Shades of Violet #DC93F3
Tints of Violet #DC93F3
RGB
CMYK
RGB Variations
Color information
#DC93F3 (or 0xDC93F3) is known color: Violet. HEX triplet: DC, 93 and F3. RGB value is (220,147,243). Sum of RGB (Red+Green+Blue) = 220+147+243=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC93F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F3 is #236C0C. Grayscale: #B3B3B3. Windows color (decimal): -2321421 or 15963100. OLE color: 15963100.
HSL color Cylindrical-coordinate representation of color #DC93F3: hue angle of 285.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC93F3 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 147 | 243 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.05 |
| HSL | 285.63º | 0.8% | 0.76% | - |
| HSV(B) | 285.63º | 0.4% | 0.95% | - |
| XYZ | 56.13 | 42.55 | 90.05 | - |
| YUV | 179.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 243 | 0.09 | 0.40 | 0 | 0.05 | 285.63 | 0.8 | 0.76 |
| Hex | DC | 93 | F3 | 9 | 28 | 0 | 5 | 11E | 50 | 4C |
| Octal | 334 | 223 | 363 | 11 | 50 | 0 | 5 | 436 | 120 | 114 |
| Binary | 11011100 | 10010011 | 11110011 | 1001 | 101000 | 0 | 101 | 100011110 | 1010000 | 1001100 |
Color Harmonies of #DC93F3
Complementary color
Monochromatic Colors of #DC93F3
Black with #DC93F3
Text Example
Text Example
White with #DC93F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93F3; }
p { color: rgb(220,147,243); }
H1.HeaderClassName
{
color: #DC93F3;
}
.AnyTagClassName
{
color: #DC93F3;
}
</style>
background-color css
<style>
a { background-color: #DC93F3; }
a { background-color: rgb(220,147,243); }
div.DivClassName
{
background-color: #DC93F3;
}
.BgClassName
{
background-color: #DC93F3;
}
</style>
border-color css
<style>
span { border-color: #DC93F3; }
span { border-color: rgb(220,147,243); }
td.TdClassName
{
border-color: #DC93F3;
}
.TagClassName
{
border-color: #DC93F3;
}
</style>