Html Css Color HEX #DA9FF2 Mauve

📋 copy color: '#DA9FF2'

red 218 ◦ green 159 ◦ blue 242

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

Shades of Mauve #DA9FF2

Tints of Mauve #DA9FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.1%

R = 35.22%
G = 25.69%
B = 39.1%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA9FF2 (or 0xDA9FF2) is known color: Mauve. HEX triplet: DA, 9F and F2. RGB value is (218,159,242). Sum of RGB (Red+Green+Blue) = 218+159+242=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FF2 is #25600D. Grayscale: #B9B9B9. Windows color (decimal): -2449422 or 15900634. OLE color: 15900634.

HSL color Cylindrical-coordinate representation of color #DA9FF2: hue angle of 282.65º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA9FF2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 159 242 -
CMYK 0.10 0.34 0 0.05
HSL 282.65º 0.76% 0.79% -
HSV(B) 282.65º 0.34% 0.95% -
XYZ 57.34 46.11 89.88 -
YUV 186.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 218 159 242 0.10 0.34 0 0.05 282.65 0.76 0.79
Hex DA 9F F2 A 22 0 5 11B 4C 4F
Octal 332 237 362 12 42 0 5 433 114 117
Binary 11011010 10011111 11110010 1010 100010 0 101 100011011 1001100 1001111

Color Harmonies of #DA9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FF2

Black with #DA9FF2

Text Example


Text Example

White with #DA9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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