Html Css Color HEX #D49AFE Mauve

📋 copy color: '#D49AFE'

red 212 ◦ green 154 ◦ blue 254

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

Shades of Mauve #D49AFE

Tints of Mauve #D49AFE

RGB

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

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

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

R = 34.19%
G = 24.84%
B = 40.97%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D49AFE (or 0xD49AFE) is known color: Mauve. HEX triplet: D4, 9A and FE. RGB value is (212,154,254). Sum of RGB (Red+Green+Blue) = 212+154+254=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 154 (60.55% from 255 or 24.84% 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 #D49AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFE is #2B6501. Grayscale: #B6B6B6. Windows color (decimal): -2843906 or 16685780. OLE color: 16685780.

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

Color convert

RGB 212 154 254 -
CMYK 0.17 0.39 0 0.00
HSL 274.8º 0.98% 0.8% -
HSV(B) 274.8º 0.39% 1% -
XYZ 56.6 44.26 99.33 -
YUV 182.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 212 154 254 0.17 0.39 0 0.00 274.8 0.98 0.8
Hex D4 9A FE 11 27 0 0 113 62 50
Octal 324 232 376 21 47 0 0 423 142 120
Binary 11010100 10011010 11111110 10001 100111 0 0 100010011 1100010 1010000

Color Harmonies of #D49AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AFE

Black with #D49AFE

Text Example


Text Example

White with #D49AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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