Html Css Color HEX #DA9BFC Mauve

📋 copy color: '#DA9BFC'

red 218 ◦ green 155 ◦ blue 252

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

Shades of Mauve #DA9BFC

Tints of Mauve #DA9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.8%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 34.88%
G = 24.8%
B = 40.32%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA9BFC (or 0xDA9BFC) is known color: Mauve. HEX triplet: DA, 9B and FC. RGB value is (218,155,252). Sum of RGB (Red+Green+Blue) = 218+155+252=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BFC is #256403. Grayscale: #B8B8B8. Windows color (decimal): -2450436 or 16554970. OLE color: 16554970.

HSL color Cylindrical-coordinate representation of color #DA9BFC: hue angle of 278.97º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9BFC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 155 252 -
CMYK 0.13 0.38 0 0.01
HSL 278.97º 0.94% 0.8% -
HSV(B) 278.97º 0.38% 0.99% -
XYZ 58.21 45.38 97.79 -
YUV 184.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 218 155 252 0.13 0.38 0 0.01 278.97 0.94 0.8
Hex DA 9B FC D 26 0 1 117 5E 50
Octal 332 233 374 15 46 0 1 427 136 120
Binary 11011010 10011011 11111100 1101 100110 0 1 100010111 1011110 1010000

Color Harmonies of #DA9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BFC

Black with #DA9BFC

Text Example


Text Example

White with #DA9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BFC; }

 p { color: rgb(218,155,252); }

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

background-color css

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

 a { background-color: rgb(218,155,252); }

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

border-color css

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

 span { border-color: rgb(218,155,252); }

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