#DC93F3

Color #DC93F3 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DC93F3

Tints of Violet #DC93F3

Color information

#DC93F3 (or 0xDC93F3) is unknown color: approx 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

RGB220147243-
CMYK0.090.4000.05
HSL285.62º80%76.47%-
HSV(B)285.62º39.51%95.29%-
XYZ56.1342.5590.05-
YUV179.77163.68156.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=36.07%
G=24.10%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201472430.090.4000.05285.628076.47
HexDC93F39280511e504c
Octal334223363115005436120114
Binary1101110010010011111100111001101000010110001111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>