Html Css Color HEX #DA9FFF Mauve

📋 copy color: '#DA9FFF'

red 218 ◦ green 159 ◦ blue 255

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

Shades of Mauve #DA9FFF

Tints of Mauve #DA9FFF

RGB

 RED value IS 218 (85.55% from 255) = 34.49%

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

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

R = 34.49%
G = 25.16%
B = 40.35%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA9FFF (or 0xDA9FFF) is known color: Mauve. HEX triplet: DA, 9F and FF. RGB value is (218,159,255). Sum of RGB (Red+Green+Blue) = 218+159+255=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFF is #256000. Grayscale: #BBBBBB. Windows color (decimal): -2449409 or 16752602. OLE color: 16752602.

HSL color Cylindrical-coordinate representation of color #DA9FFF: hue angle of 276.88º 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 #DA9FFF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 159 255 -
CMYK 0.15 0.38 0 0
HSL 276.88º 1% 0.81% -
HSV(B) 276.88º 0.38% 1% -
XYZ 59.36 46.92 100.54 -
YUV 187.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 218 159 255 0.15 0.38 0 0 276.88 1 0.81
Hex DA 9F FF F 26 0 0 115 64 51
Octal 332 237 377 17 46 0 0 425 144 121
Binary 11011010 10011111 11111111 1111 100110 0 0 100010101 1100100 1010001

Color Harmonies of #DA9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FFF

Black with #DA9FFF

Text Example


Text Example

White with #DA9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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