Html Css Color HEX #D49CFD Mauve

📋 copy color: '#D49CFD'

red 212 ◦ green 156 ◦ blue 253

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

Shades of Mauve #D49CFD

Tints of Mauve #D49CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.12%

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

R = 34.14%
G = 25.12%
B = 40.74%

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

#D49CFD (or 0xD49CFD) is known color: Mauve. HEX triplet: D4, 9C and FD. RGB value is (212,156,253). Sum of RGB (Red+Green+Blue) = 212+156+253=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CFD is #2B6302. Grayscale: #B7B7B7. Windows color (decimal): -2843395 or 16620756. OLE color: 16620756.

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

Color convert

RGB 212 156 253 -
CMYK 0.16 0.38 0 0.01
HSL 274.64º 0.96% 0.8% -
HSV(B) 274.64º 0.38% 0.99% -
XYZ 56.77 44.87 98.6 -
YUV 183.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 212 156 253 0.16 0.38 0 0.01 274.64 0.96 0.8
Hex D4 9C FD 10 26 0 1 113 60 50
Octal 324 234 375 20 46 0 1 423 140 120
Binary 11010100 10011100 11111101 10000 100110 0 1 100010011 1100000 1010000

Color Harmonies of #D49CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CFD

Black with #D49CFD

Text Example


Text Example

White with #D49CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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