Html Css Color HEX #DC93FA Mauve

📋 copy color: '#DC93FA'

red 220 ◦ green 147 ◦ blue 250

#DC93FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DC93FA

Tints of Mauve #DC93FA

RGB

 RED value IS 220 (86.33% from 255) = 35.66%

 GREEN value IS 147 (57.81% from 255) = 23.82%

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 35.66%
G = 23.82%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC93FA (or 0xDC93FA) is known color: Mauve. HEX triplet: DC, 93 and FA. RGB value is (220,147,250). Sum of RGB (Red+Green+Blue) = 220+147+250=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93FA is #236C05. Grayscale: #B4B4B4. Windows color (decimal): -2321414 or 16421852. OLE color: 16421852.

HSL color Cylindrical-coordinate representation of color #DC93FA: hue angle of 282.52º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC93FA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 147 250 -
CMYK 0.12 0.41 0 0.02
HSL 282.52º 0.91% 0.78% -
HSV(B) 282.52º 0.41% 0.98% -
XYZ 57.2 42.99 95.72 -
YUV 180.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 220 147 250 0.12 0.41 0 0.02 282.52 0.91 0.78
Hex DC 93 FA C 29 0 2 11B 5B 4E
Octal 334 223 372 14 51 0 2 433 133 116
Binary 11011100 10010011 11111010 1100 101001 0 10 100011011 1011011 1001110

Color Harmonies of #DC93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93FA

Black with #DC93FA

Text Example


Text Example

White with #DC93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93FA; }

 p { color: rgb(220,147,250); }

 H1.HeaderClassName
 {
   color: #DC93FA;
 }
 .AnyTagClassName
 {
   color: #DC93FA;
 }
</style>

background-color css

<style>
 a { background-color: #DC93FA; }

 a { background-color: rgb(220,147,250); }

 div.DivClassName
 {
   background-color: #DC93FA;
 }
 .BgClassName
 {
   background-color: #DC93FA;
 }
</style>

border-color css

<style>
 span { border-color: #DC93FA; }

 span { border-color: rgb(220,147,250); }

 td.TdClassName
 {
   border-color: #DC93FA;
 }
 .TagClassName
 {
   border-color: #DC93FA;
 }
</style>