Html Css Color HEX #D3ACFD Mauve

📋 copy color: '#D3ACFD'

red 211 ◦ green 172 ◦ blue 253

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

Shades of Mauve #D3ACFD

Tints of Mauve #D3ACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.04%

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

R = 33.18%
G = 27.04%
B = 39.78%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D3ACFD (or 0xD3ACFD) is known color: Mauve. HEX triplet: D3, AC and FD. RGB value is (211,172,253). Sum of RGB (Red+Green+Blue) = 211+172+253=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFD is #2C5302. Grayscale: #C0C0C0. Windows color (decimal): -2904835 or 16624851. OLE color: 16624851.

HSL color Cylindrical-coordinate representation of color #D3ACFD: hue angle of 268.89º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3ACFD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 172 253 -
CMYK 0.17 0.32 0 0.01
HSL 268.89º 0.95% 0.83% -
HSV(B) 268.89º 0.32% 0.99% -
XYZ 59.35 50.45 99.54 -
YUV 192.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 211 172 253 0.17 0.32 0 0.01 268.89 0.95 0.83
Hex D3 AC FD 11 20 0 1 10D 5F 53
Octal 323 254 375 21 40 0 1 415 137 123
Binary 11010011 10101100 11111101 10001 100000 0 1 100001101 1011111 1010011

Color Harmonies of #D3ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACFD

Black with #D3ACFD

Text Example


Text Example

White with #D3ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACFD; }

 p { color: rgb(211,172,253); }

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

background-color css

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

 a { background-color: rgb(211,172,253); }

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

border-color css

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

 span { border-color: rgb(211,172,253); }

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