Html Css Color HEX #D49DFD Mauve

📋 copy color: '#D49DFD'

red 212 ◦ green 157 ◦ blue 253

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

Shades of Mauve #D49DFD

Tints of Mauve #D49DFD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.24%

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

R = 34.08%
G = 25.24%
B = 40.68%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D49DFD (or 0xD49DFD) is known color: Mauve. HEX triplet: D4, 9D and FD. RGB value is (212,157,253). Sum of RGB (Red+Green+Blue) = 212+157+253=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFD is #2B6202. Grayscale: #B8B8B8. Windows color (decimal): -2843139 or 16621012. OLE color: 16621012.

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

Color convert

RGB 212 157 253 -
CMYK 0.16 0.38 0 0.01
HSL 274.38º 0.96% 0.8% -
HSV(B) 274.38º 0.38% 0.99% -
XYZ 56.94 45.2 98.65 -
YUV 184.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 212 157 253 0.16 0.38 0 0.01 274.38 0.96 0.8
Hex D4 9D FD 10 26 0 1 112 60 50
Octal 324 235 375 20 46 0 1 422 140 120
Binary 11010100 10011101 11111101 10000 100110 0 1 100010010 1100000 1010000

Color Harmonies of #D49DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DFD

Black with #D49DFD

Text Example


Text Example

White with #D49DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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