Html Css Color HEX #DA94FE Mauve

📋 copy color: '#DA94FE'

red 218 ◦ green 148 ◦ blue 254

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

Shades of Mauve #DA94FE

Tints of Mauve #DA94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.87%

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

R = 35.16%
G = 23.87%
B = 40.97%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DA94FE (or 0xDA94FE) is known color: Mauve. HEX triplet: DA, 94 and FE. RGB value is (218,148,254). Sum of RGB (Red+Green+Blue) = 218+148+254=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA94FE is #256B01. Grayscale: #B4B4B4. Windows color (decimal): -2452226 or 16684250. OLE color: 16684250.

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

Color convert

RGB 218 148 254 -
CMYK 0.14 0.42 0 0.00
HSL 279.62º 0.98% 0.79% -
HSV(B) 279.62º 0.42% 1% -
XYZ 57.39 43.24 99.09 -
YUV 181.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 218 148 254 0.14 0.42 0 0.00 279.62 0.98 0.79
Hex DA 94 FE E 2A 0 0 118 62 4F
Octal 332 224 376 16 52 0 0 430 142 117
Binary 11011010 10010100 11111110 1110 101010 0 0 100011000 1100010 1001111

Color Harmonies of #DA94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94FE

Black with #DA94FE

Text Example


Text Example

White with #DA94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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