Html Css Color HEX #DC9FFF Mauve

📋 copy color: '#DC9FFF'

red 220 ◦ green 159 ◦ blue 255

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

Shades of Mauve #DC9FFF

Tints of Mauve #DC9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.08%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 34.7%
G = 25.08%
B = 40.22%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC9FFF (or 0xDC9FFF) is known color: Mauve. HEX triplet: DC, 9F and FF. RGB value is (220,159,255). Sum of RGB (Red+Green+Blue) = 220+159+255=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFF is #236000. Grayscale: #BBBBBB. Windows color (decimal): -2318337 or 16752604. OLE color: 16752604.

HSL color Cylindrical-coordinate representation of color #DC9FFF: hue angle of 278.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9FFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 159 255 -
CMYK 0.14 0.38 0 0
HSL 278.13º 1% 0.81% -
HSV(B) 278.13º 0.38% 1% -
XYZ 59.96 47.23 100.56 -
YUV 188.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 220 159 255 0.14 0.38 0 0 278.13 1 0.81
Hex DC 9F FF E 26 0 0 116 64 51
Octal 334 237 377 16 46 0 0 426 144 121
Binary 11011100 10011111 11111111 1110 100110 0 0 100010110 1100100 1010001

Color Harmonies of #DC9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FFF

Black with #DC9FFF

Text Example


Text Example

White with #DC9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FFF; }

 p { color: rgb(220,159,255); }

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

background-color css

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

 a { background-color: rgb(220,159,255); }

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

border-color css

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

 span { border-color: rgb(220,159,255); }

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