Html Css Color HEX #D49DFC Mauve

📋 copy color: '#D49DFC'

red 212 ◦ green 157 ◦ blue 252

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

Shades of Mauve #D49DFC

Tints of Mauve #D49DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 34.14%
G = 25.28%
B = 40.58%

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

#D49DFC (or 0xD49DFC) is known color: Mauve. HEX triplet: D4, 9D and FC. RGB value is (212,157,252). Sum of RGB (Red+Green+Blue) = 212+157+252=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #D49DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFC is #2B6203. Grayscale: #B7B7B7. Windows color (decimal): -2843140 or 16555476. OLE color: 16555476.

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

Color convert

RGB 212 157 252 -
CMYK 0.16 0.38 0 0.01
HSL 274.74º 0.94% 0.8% -
HSV(B) 274.74º 0.38% 0.99% -
XYZ 56.78 45.14 97.82 -
YUV 184.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 212 157 252 0.16 0.38 0 0.01 274.74 0.94 0.8
Hex D4 9D FC 10 26 0 1 113 5E 50
Octal 324 235 374 20 46 0 1 423 136 120
Binary 11010100 10011101 11111100 10000 100110 0 1 100010011 1011110 1010000

Color Harmonies of #D49DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DFC

Black with #D49DFC

Text Example


Text Example

White with #D49DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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