Html Css Color HEX #DC93F9 Mauve

📋 copy color: '#DC93F9'

red 220 ◦ green 147 ◦ blue 249

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

Shades of Mauve #DC93F9

Tints of Mauve #DC93F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 35.71%
G = 23.86%
B = 40.42%

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

#DC93F9 (or 0xDC93F9) is known color: Mauve. HEX triplet: DC, 93 and F9. RGB value is (220,147,249). Sum of RGB (Red+Green+Blue) = 220+147+249=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F9 is #236C06. Grayscale: #B4B4B4. Windows color (decimal): -2321415 or 16356316. OLE color: 16356316.

HSL color Cylindrical-coordinate representation of color #DC93F9: hue angle of 282.94º degrees, saturation: 0.89, 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 #DC93F9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 147 249 -
CMYK 0.12 0.41 0 0.02
HSL 282.94º 0.89% 0.78% -
HSV(B) 282.94º 0.41% 0.98% -
XYZ 57.05 42.92 94.9 -
YUV 180.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 220 147 249 0.12 0.41 0 0.02 282.94 0.89 0.78
Hex DC 93 F9 C 29 0 2 11B 59 4E
Octal 334 223 371 14 51 0 2 433 131 116
Binary 11011100 10010011 11111001 1100 101001 0 10 100011011 1011001 1001110

Color Harmonies of #DC93F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93F9

Black with #DC93F9

Text Example


Text Example

White with #DC93F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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