Html Css Color HEX #DA9CFC Mauve

📋 copy color: '#DA9CFC'

red 218 ◦ green 156 ◦ blue 252

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

Shades of Mauve #DA9CFC

Tints of Mauve #DA9CFC

RGB

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

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

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

R = 34.82%
G = 24.92%
B = 40.26%

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

#DA9CFC (or 0xDA9CFC) is known color: Mauve. HEX triplet: DA, 9C and FC. RGB value is (218,156,252). Sum of RGB (Red+Green+Blue) = 218+156+252=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CFC is #256303. Grayscale: #B9B9B9. Windows color (decimal): -2450180 or 16555226. OLE color: 16555226.

HSL color Cylindrical-coordinate representation of color #DA9CFC: hue angle of 278.75º 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 #DA9CFC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 156 252 -
CMYK 0.13 0.38 0 0.01
HSL 278.75º 0.94% 0.8% -
HSV(B) 278.75º 0.38% 0.99% -
XYZ 58.37 45.71 97.84 -
YUV 185.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 218 156 252 0.13 0.38 0 0.01 278.75 0.94 0.8
Hex DA 9C FC D 26 0 1 117 5E 50
Octal 332 234 374 15 46 0 1 427 136 120
Binary 11011010 10011100 11111100 1101 100110 0 1 100010111 1011110 1010000

Color Harmonies of #DA9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9CFC

Black with #DA9CFC

Text Example


Text Example

White with #DA9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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