Html Css Color HEX #DA9CFE Mauve

📋 copy color: '#DA9CFE'

red 218 ◦ green 156 ◦ blue 254

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

Shades of Mauve #DA9CFE

Tints of Mauve #DA9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.84%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 34.71%
G = 24.84%
B = 40.45%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA9CFE (or 0xDA9CFE) is known color: Mauve. HEX triplet: DA, 9C and FE. RGB value is (218,156,254). Sum of RGB (Red+Green+Blue) = 218+156+254=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CFE is #256301. Grayscale: #B9B9B9. Windows color (decimal): -2450178 or 16686298. OLE color: 16686298.

HSL color Cylindrical-coordinate representation of color #DA9CFE: hue angle of 277.96º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA9CFE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 156 254 -
CMYK 0.14 0.39 0 0.00
HSL 277.96º 0.98% 0.8% -
HSV(B) 277.96º 0.39% 1% -
XYZ 58.69 45.84 99.52 -
YUV 185.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 218 156 254 0.14 0.39 0 0.00 277.96 0.98 0.8
Hex DA 9C FE E 27 0 0 116 62 50
Octal 332 234 376 16 47 0 0 426 142 120
Binary 11011010 10011100 11111110 1110 100111 0 0 100010110 1100010 1010000

Color Harmonies of #DA9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CFE

Black with #DA9CFE

Text Example


Text Example

White with #DA9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CFE; }

 p { color: rgb(218,156,254); }

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

background-color css

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

 a { background-color: rgb(218,156,254); }

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

border-color css

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

 span { border-color: rgb(218,156,254); }

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