Html Css Color HEX #D4A7FD Mauve

📋 copy color: '#D4A7FD'

red 212 ◦ green 167 ◦ blue 253

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

Shades of Mauve #D4A7FD

Tints of Mauve #D4A7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.42%

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

R = 33.54%
G = 26.42%
B = 40.03%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4A7FD (or 0xD4A7FD) is known color: Mauve. HEX triplet: D4, A7 and FD. RGB value is (212,167,253). Sum of RGB (Red+Green+Blue) = 212+167+253=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FD is #2B5802. Grayscale: #BDBDBD. Windows color (decimal): -2840579 or 16623572. OLE color: 16623572.

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

Color convert

RGB 212 167 253 -
CMYK 0.16 0.34 0 0.01
HSL 271.4º 0.96% 0.82% -
HSV(B) 271.4º 0.34% 0.99% -
XYZ 58.7 48.73 99.24 -
YUV 190.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 212 167 253 0.16 0.34 0 0.01 271.4 0.96 0.82
Hex D4 A7 FD 10 22 0 1 10F 60 52
Octal 324 247 375 20 42 0 1 417 140 122
Binary 11010100 10100111 11111101 10000 100010 0 1 100001111 1100000 1010010

Color Harmonies of #D4A7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7FD

Black with #D4A7FD

Text Example


Text Example

White with #D4A7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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