Html Css Color HEX #DC93FB Mauve

📋 copy color: '#DC93FB'

red 220 ◦ green 147 ◦ blue 251

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

Shades of Mauve #DC93FB

Tints of Mauve #DC93FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 35.6%
G = 23.79%
B = 40.61%

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

#DC93FB (or 0xDC93FB) is known color: Mauve. HEX triplet: DC, 93 and FB. RGB value is (220,147,251). Sum of RGB (Red+Green+Blue) = 220+147+251=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93FB is #236C04. Grayscale: #B4B4B4. Windows color (decimal): -2321413 or 16487388. OLE color: 16487388.

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

Color convert

RGB 220 147 251 -
CMYK 0.12 0.41 0 0.02
HSL 282.12º 0.93% 0.78% -
HSV(B) 282.12º 0.41% 0.98% -
XYZ 57.36 43.05 96.55 -
YUV 180.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 220 147 251 0.12 0.41 0 0.02 282.12 0.93 0.78
Hex DC 93 FB C 29 0 2 11A 5D 4E
Octal 334 223 373 14 51 0 2 432 135 116
Binary 11011100 10010011 11111011 1100 101001 0 10 100011010 1011101 1001110

Color Harmonies of #DC93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93FB

Black with #DC93FB

Text Example


Text Example

White with #DC93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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