Html Css Color HEX #D49AFA Mauve

📋 copy color: '#D49AFA'

red 212 ◦ green 154 ◦ blue 250

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

Shades of Mauve #D49AFA

Tints of Mauve #D49AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 34.42%
G = 25%
B = 40.58%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D49AFA (or 0xD49AFA) is known color: Mauve. HEX triplet: D4, 9A and FA. RGB value is (212,154,250). Sum of RGB (Red+Green+Blue) = 212+154+250=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D49AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFA is #2B6505. Grayscale: #B5B5B5. Windows color (decimal): -2843910 or 16423636. OLE color: 16423636.

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

Color convert

RGB 212 154 250 -
CMYK 0.15 0.38 0 0.02
HSL 276.25º 0.91% 0.79% -
HSV(B) 276.25º 0.38% 0.98% -
XYZ 55.96 44.01 95.99 -
YUV 182.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 212 154 250 0.15 0.38 0 0.02 276.25 0.91 0.79
Hex D4 9A FA F 26 0 2 114 5B 4F
Octal 324 232 372 17 46 0 2 424 133 117
Binary 11010100 10011010 11111010 1111 100110 0 10 100010100 1011011 1001111

Color Harmonies of #D49AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AFA

Black with #D49AFA

Text Example


Text Example

White with #D49AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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