Html Css Color HEX #D49AFF Mauve

📋 copy color: '#D49AFF'

red 212 ◦ green 154 ◦ blue 255

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

Shades of Mauve #D49AFF

Tints of Mauve #D49AFF

RGB

 RED value IS 212 (83.2% from 255) = 34.14%

 GREEN value IS 154 (60.55% from 255) = 24.8%

 BLUE value IS 255 (100% from 255) = 41.06%

R = 34.14%
G = 24.8%
B = 41.06%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D49AFF (or 0xD49AFF) is known color: Mauve. HEX triplet: D4, 9A and FF. RGB value is (212,154,255). Sum of RGB (Red+Green+Blue) = 212+154+255=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFF is #2B6500. Grayscale: #B6B6B6. Windows color (decimal): -2843905 or 16751316. OLE color: 16751316.

HSL color Cylindrical-coordinate representation of color #D49AFF: hue angle of 274.46º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49AFF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 154 255 -
CMYK 0.17 0.40 0 0
HSL 274.46º 1% 0.8% -
HSV(B) 274.46º 0.4% 1% -
XYZ 56.76 44.33 100.17 -
YUV 182.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 212 154 255 0.17 0.40 0 0 274.46 1 0.8
Hex D4 9A FF 11 28 0 0 112 64 50
Octal 324 232 377 21 50 0 0 422 144 120
Binary 11010100 10011010 11111111 10001 101000 0 0 100010010 1100100 1010000

Color Harmonies of #D49AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AFF

Black with #D49AFF

Text Example


Text Example

White with #D49AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AFF; }

 p { color: rgb(212,154,255); }

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

background-color css

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

 a { background-color: rgb(212,154,255); }

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

border-color css

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

 span { border-color: rgb(212,154,255); }

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