Html Css Color HEX #D4A3FC Mauve

📋 copy color: '#D4A3FC'

red 212 ◦ green 163 ◦ blue 252

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

Shades of Mauve #D4A3FC

Tints of Mauve #D4A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26%

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

R = 33.81%
G = 26%
B = 40.19%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4A3FC (or 0xD4A3FC) is known color: Mauve. HEX triplet: D4, A3 and FC. RGB value is (212,163,252). Sum of RGB (Red+Green+Blue) = 212+163+252=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3FC is #2B5C03. Grayscale: #BBBBBB. Windows color (decimal): -2841604 or 16557012. OLE color: 16557012.

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

Color convert

RGB 212 163 252 -
CMYK 0.16 0.35 0 0.01
HSL 273.03º 0.94% 0.81% -
HSV(B) 273.03º 0.35% 0.99% -
XYZ 57.82 47.22 98.16 -
YUV 187.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 212 163 252 0.16 0.35 0 0.01 273.03 0.94 0.81
Hex D4 A3 FC 10 23 0 1 111 5E 51
Octal 324 243 374 20 43 0 1 421 136 121
Binary 11010100 10100011 11111100 10000 100011 0 1 100010001 1011110 1010001

Color Harmonies of #D4A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3FC

Black with #D4A3FC

Text Example


Text Example

White with #D4A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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