Html Css Color HEX #DA9AFF Mauve

📋 copy color: '#DA9AFF'

red 218 ◦ green 154 ◦ blue 255

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

Shades of Mauve #DA9AFF

Tints of Mauve #DA9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.56%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 34.77%
G = 24.56%
B = 40.67%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA9AFF (or 0xDA9AFF) is known color: Mauve. HEX triplet: DA, 9A and FF. RGB value is (218,154,255). Sum of RGB (Red+Green+Blue) = 218+154+255=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9AFF is #256500. Grayscale: #B8B8B8. Windows color (decimal): -2450689 or 16751322. OLE color: 16751322.

HSL color Cylindrical-coordinate representation of color #DA9AFF: hue angle of 278.02º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA9AFF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 154 255 -
CMYK 0.15 0.40 0 0
HSL 278.02º 1% 0.8% -
HSV(B) 278.02º 0.4% 1% -
XYZ 58.52 45.24 100.26 -
YUV 184.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 218 154 255 0.15 0.40 0 0 278.02 1 0.8
Hex DA 9A FF F 28 0 0 116 64 50
Octal 332 232 377 17 50 0 0 426 144 120
Binary 11011010 10011010 11111111 1111 101000 0 0 100010110 1100100 1010000

Color Harmonies of #DA9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9AFF

Black with #DA9AFF

Text Example


Text Example

White with #DA9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9AFF; }

 p { color: rgb(218,154,255); }

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

background-color css

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

 a { background-color: rgb(218,154,255); }

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

border-color css

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

 span { border-color: rgb(218,154,255); }

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