Html Css Color HEX #DA9CFB Mauve

📋 copy color: '#DA9CFB'

red 218 ◦ green 156 ◦ blue 251

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

Shades of Mauve #DA9CFB

Tints of Mauve #DA9CFB

RGB

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

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

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

R = 34.88%
G = 24.96%
B = 40.16%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA9CFB (or 0xDA9CFB) is known color: Mauve. HEX triplet: DA, 9C and FB. RGB value is (218,156,251). Sum of RGB (Red+Green+Blue) = 218+156+251=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CFB is #256304. Grayscale: #B9B9B9. Windows color (decimal): -2450181 or 16489690. OLE color: 16489690.

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

Color convert

RGB 218 156 251 -
CMYK 0.13 0.38 0 0.02
HSL 279.16º 0.92% 0.8% -
HSV(B) 279.16º 0.38% 0.98% -
XYZ 58.21 45.65 97.01 -
YUV 185.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 218 156 251 0.13 0.38 0 0.02 279.16 0.92 0.8
Hex DA 9C FB D 26 0 2 117 5C 50
Octal 332 234 373 15 46 0 2 427 134 120
Binary 11011010 10011100 11111011 1101 100110 0 10 100010111 1011100 1010000

Color Harmonies of #DA9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CFB

Black with #DA9CFB

Text Example


Text Example

White with #DA9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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