Html Css Color HEX #DA9FFC Mauve

📋 copy color: '#DA9FFC'

red 218 ◦ green 159 ◦ blue 252

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

Shades of Mauve #DA9FFC

Tints of Mauve #DA9FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 34.66%
G = 25.28%
B = 40.06%

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

#DA9FFC (or 0xDA9FFC) is known color: Mauve. HEX triplet: DA, 9F and FC. RGB value is (218,159,252). Sum of RGB (Red+Green+Blue) = 218+159+252=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFC is #256003. Grayscale: #BABABA. Windows color (decimal): -2449412 or 16555994. OLE color: 16555994.

HSL color Cylindrical-coordinate representation of color #DA9FFC: hue angle of 278.06º degrees, saturation: 0.94, 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 #DA9FFC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 159 252 -
CMYK 0.13 0.37 0 0.01
HSL 278.06º 0.94% 0.81% -
HSV(B) 278.06º 0.37% 0.99% -
XYZ 58.88 46.73 98.01 -
YUV 187.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 218 159 252 0.13 0.37 0 0.01 278.06 0.94 0.81
Hex DA 9F FC D 25 0 1 116 5E 51
Octal 332 237 374 15 45 0 1 426 136 121
Binary 11011010 10011111 11111100 1101 100101 0 1 100010110 1011110 1010001

Color Harmonies of #DA9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FFC

Black with #DA9FFC

Text Example


Text Example

White with #DA9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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