Html Css Color HEX #DA9EFB Mauve

📋 copy color: '#DA9EFB'

red 218 ◦ green 158 ◦ blue 251

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

Shades of Mauve #DA9EFB

Tints of Mauve #DA9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.2%

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

R = 34.77%
G = 25.2%
B = 40.03%

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

#DA9EFB (or 0xDA9EFB) is known color: Mauve. HEX triplet: DA, 9E and FB. RGB value is (218,158,251). Sum of RGB (Red+Green+Blue) = 218+158+251=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EFB is #256104. Grayscale: #BABABA. Windows color (decimal): -2449669 or 16490202. OLE color: 16490202.

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

Color convert

RGB 218 158 251 -
CMYK 0.13 0.37 0 0.02
HSL 278.71º 0.92% 0.8% -
HSV(B) 278.71º 0.37% 0.98% -
XYZ 58.55 46.32 97.12 -
YUV 186.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 218 158 251 0.13 0.37 0 0.02 278.71 0.92 0.8
Hex DA 9E FB D 25 0 2 117 5C 50
Octal 332 236 373 15 45 0 2 427 134 120
Binary 11011010 10011110 11111011 1101 100101 0 10 100010111 1011100 1010000

Color Harmonies of #DA9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9EFB

Black with #DA9EFB

Text Example


Text Example

White with #DA9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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