Html Css Color HEX #D49AFD Mauve

📋 copy color: '#D49AFD'

red 212 ◦ green 154 ◦ blue 253

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

Shades of Mauve #D49AFD

Tints of Mauve #D49AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 34.25%
G = 24.88%
B = 40.87%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D49AFD (or 0xD49AFD) is known color: Mauve. HEX triplet: D4, 9A and FD. RGB value is (212,154,253). Sum of RGB (Red+Green+Blue) = 212+154+253=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AFD is #2B6502. Grayscale: #B6B6B6. Windows color (decimal): -2843907 or 16620244. OLE color: 16620244.

HSL color Cylindrical-coordinate representation of color #D49AFD: hue angle of 275.15º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49AFD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 154 253 -
CMYK 0.16 0.39 0 0.01
HSL 275.15º 0.96% 0.8% -
HSV(B) 275.15º 0.39% 0.99% -
XYZ 56.44 44.2 98.49 -
YUV 182.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 212 154 253 0.16 0.39 0 0.01 275.15 0.96 0.8
Hex D4 9A FD 10 27 0 1 113 60 50
Octal 324 232 375 20 47 0 1 423 140 120
Binary 11010100 10011010 11111101 10000 100111 0 1 100010011 1100000 1010000

Color Harmonies of #D49AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AFD

Black with #D49AFD

Text Example


Text Example

White with #D49AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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