Html Css Color HEX #DA9FFB Mauve

📋 copy color: '#DA9FFB'

red 218 ◦ green 159 ◦ blue 251

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

Shades of Mauve #DA9FFB

Tints of Mauve #DA9FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 34.71%
G = 25.32%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA9FFB (or 0xDA9FFB) is known color: Mauve. HEX triplet: DA, 9F and FB. RGB value is (218,159,251). Sum of RGB (Red+Green+Blue) = 218+159+251=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFB is #256004. Grayscale: #BABABA. Windows color (decimal): -2449413 or 16490458. OLE color: 16490458.

HSL color Cylindrical-coordinate representation of color #DA9FFB: hue angle of 278.48º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9FFB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 159 251 -
CMYK 0.13 0.37 0 0.02
HSL 278.48º 0.92% 0.8% -
HSV(B) 278.48º 0.37% 0.98% -
XYZ 58.72 46.67 97.18 -
YUV 187.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 218 159 251 0.13 0.37 0 0.02 278.48 0.92 0.8
Hex DA 9F FB D 25 0 2 116 5C 50
Octal 332 237 373 15 45 0 2 426 134 120
Binary 11011010 10011111 11111011 1101 100101 0 10 100010110 1011100 1010000

Color Harmonies of #DA9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FFB

Black with #DA9FFB

Text Example


Text Example

White with #DA9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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