Html Css Color HEX #D49DFE Mauve

📋 copy color: '#D49DFE'

red 212 ◦ green 157 ◦ blue 254

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

Shades of Mauve #D49DFE

Tints of Mauve #D49DFE

RGB

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

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

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

R = 34.03%
G = 25.2%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D49DFE (or 0xD49DFE) is known color: Mauve. HEX triplet: D4, 9D and FE. RGB value is (212,157,254). Sum of RGB (Red+Green+Blue) = 212+157+254=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #D49DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFE is #2B6201. Grayscale: #B8B8B8. Windows color (decimal): -2843138 or 16686548. OLE color: 16686548.

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

Color convert

RGB 212 157 254 -
CMYK 0.17 0.38 0 0.00
HSL 274.02º 0.98% 0.81% -
HSV(B) 274.02º 0.38% 1% -
XYZ 57.1 45.27 99.49 -
YUV 184.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 212 157 254 0.17 0.38 0 0.00 274.02 0.98 0.81
Hex D4 9D FE 11 26 0 0 112 62 51
Octal 324 235 376 21 46 0 0 422 142 121
Binary 11010100 10011101 11111110 10001 100110 0 0 100010010 1100010 1010001

Color Harmonies of #D49DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DFE

Black with #D49DFE

Text Example


Text Example

White with #D49DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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