Html Css Color HEX #DA9FFD Mauve

📋 copy color: '#DA9FFD'

red 218 ◦ green 159 ◦ blue 253

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

Shades of Mauve #DA9FFD

Tints of Mauve #DA9FFD

RGB

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

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

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

R = 34.6%
G = 25.24%
B = 40.16%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA9FFD (or 0xDA9FFD) is known color: Mauve. HEX triplet: DA, 9F and FD. RGB value is (218,159,253). Sum of RGB (Red+Green+Blue) = 218+159+253=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFD is #256002. Grayscale: #BBBBBB. Windows color (decimal): -2449411 or 16621530. OLE color: 16621530.

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

Color convert

RGB 218 159 253 -
CMYK 0.14 0.37 0 0.01
HSL 277.66º 0.96% 0.81% -
HSV(B) 277.66º 0.37% 0.99% -
XYZ 59.04 46.79 98.85 -
YUV 187.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 218 159 253 0.14 0.37 0 0.01 277.66 0.96 0.81
Hex DA 9F FD E 25 0 1 116 60 51
Octal 332 237 375 16 45 0 1 426 140 121
Binary 11011010 10011111 11111101 1110 100101 0 1 100010110 1100000 1010001

Color Harmonies of #DA9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FFD

Black with #DA9FFD

Text Example


Text Example

White with #DA9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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