Html Css Color HEX #DC9FFD Mauve

📋 copy color: '#DC9FFD'

red 220 ◦ green 159 ◦ blue 253

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

Shades of Mauve #DC9FFD

Tints of Mauve #DC9FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 34.81%
G = 25.16%
B = 40.03%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC9FFD (or 0xDC9FFD) is known color: Mauve. HEX triplet: DC, 9F and FD. RGB value is (220,159,253). Sum of RGB (Red+Green+Blue) = 220+159+253=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFD is #236002. Grayscale: #BBBBBB. Windows color (decimal): -2318339 or 16621532. OLE color: 16621532.

HSL color Cylindrical-coordinate representation of color #DC9FFD: hue angle of 278.94º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9FFD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 159 253 -
CMYK 0.13 0.37 0 0.01
HSL 278.94º 0.96% 0.81% -
HSV(B) 278.94º 0.37% 0.99% -
XYZ 59.64 47.1 98.88 -
YUV 187.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 220 159 253 0.13 0.37 0 0.01 278.94 0.96 0.81
Hex DC 9F FD D 25 0 1 117 60 51
Octal 334 237 375 15 45 0 1 427 140 121
Binary 11011100 10011111 11111101 1101 100101 0 1 100010111 1100000 1010001

Color Harmonies of #DC9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FFD

Black with #DC9FFD

Text Example


Text Example

White with #DC9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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