Html Css Color HEX #DC9FFA Mauve

📋 copy color: '#DC9FFA'

red 220 ◦ green 159 ◦ blue 250

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

Shades of Mauve #DC9FFA

Tints of Mauve #DC9FFA

RGB

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

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

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

R = 34.98%
G = 25.28%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC9FFA (or 0xDC9FFA) is known color: Mauve. HEX triplet: DC, 9F and FA. RGB value is (220,159,250). Sum of RGB (Red+Green+Blue) = 220+159+250=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFA is #236005. Grayscale: #BBBBBB. Windows color (decimal): -2318342 or 16424924. OLE color: 16424924.

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

Color convert

RGB 220 159 250 -
CMYK 0.12 0.36 0 0.02
HSL 280.22º 0.9% 0.8% -
HSV(B) 280.22º 0.36% 0.98% -
XYZ 59.17 46.91 96.38 -
YUV 187.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 220 159 250 0.12 0.36 0 0.02 280.22 0.9 0.8
Hex DC 9F FA C 24 0 2 118 5A 50
Octal 334 237 372 14 44 0 2 430 132 120
Binary 11011100 10011111 11111010 1100 100100 0 10 100011000 1011010 1010000

Color Harmonies of #DC9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FFA

Black with #DC9FFA

Text Example


Text Example

White with #DC9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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