Html Css Color HEX #D3A4FF Mauve

📋 copy color: '#D3A4FF'

red 211 ◦ green 164 ◦ blue 255

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

Shades of Mauve #D3A4FF

Tints of Mauve #D3A4FF

RGB

 RED value IS 211 (82.81% from 255) = 33.49%

 GREEN value IS 164 (64.45% from 255) = 26.03%

 BLUE value IS 255 (100% from 255) = 40.48%

R = 33.49%
G = 26.03%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3A4FF (or 0xD3A4FF) is known color: Mauve. HEX triplet: D3, A4 and FF. RGB value is (211,164,255). Sum of RGB (Red+Green+Blue) = 211+164+255=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A4FF is #2C5B00. Grayscale: #BCBCBC. Windows color (decimal): -2906881 or 16753875. OLE color: 16753875.

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

Color convert

RGB 211 164 255 -
CMYK 0.17 0.36 0 0
HSL 270.99º 1% 0.82% -
HSV(B) 270.99º 0.36% 1% -
XYZ 58.19 47.62 100.73 -
YUV 188.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 211 164 255 0.17 0.36 0 0 270.99 1 0.82
Hex D3 A4 FF 11 24 0 0 10F 64 52
Octal 323 244 377 21 44 0 0 417 144 122
Binary 11010011 10100100 11111111 10001 100100 0 0 100001111 1100100 1010010

Color Harmonies of #D3A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A4FF

Black with #D3A4FF

Text Example


Text Example

White with #D3A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A4FF; }

 p { color: rgb(211,164,255); }

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

background-color css

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

 a { background-color: rgb(211,164,255); }

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

border-color css

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

 span { border-color: rgb(211,164,255); }

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