Html Css Color HEX #DC9FF0 Mauve

📋 copy color: '#DC9FF0'

red 220 ◦ green 159 ◦ blue 240

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

Shades of Mauve #DC9FF0

Tints of Mauve #DC9FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 35.54%
G = 25.69%
B = 38.77%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC9FF0 (or 0xDC9FF0) is known color: Mauve. HEX triplet: DC, 9F and F0. RGB value is (220,159,240). Sum of RGB (Red+Green+Blue) = 220+159+240=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FF0 is #23600F. Grayscale: #BABABA. Windows color (decimal): -2318352 or 15769564. OLE color: 15769564.

HSL color Cylindrical-coordinate representation of color #DC9FF0: hue angle of 285.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9FF0 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 159 240 -
CMYK 0.08 0.34 0 0.06
HSL 285.19º 0.73% 0.78% -
HSV(B) 285.19º 0.34% 0.94% -
XYZ 57.64 46.3 88.34 -
YUV 186.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 220 159 240 0.08 0.34 0 0.06 285.19 0.73 0.78
Hex DC 9F F0 8 22 0 6 11D 49 4E
Octal 334 237 360 10 42 0 6 435 111 116
Binary 11011100 10011111 11110000 1000 100010 0 110 100011101 1001001 1001110

Color Harmonies of #DC9FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FF0

Black with #DC9FF0

Text Example


Text Example

White with #DC9FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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