Html Css Color HEX #D3ACFA Mauve

📋 copy color: '#D3ACFA'

red 211 ◦ green 172 ◦ blue 250

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

Shades of Mauve #D3ACFA

Tints of Mauve #D3ACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 33.33%
G = 27.17%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3ACFA (or 0xD3ACFA) is known color: Mauve. HEX triplet: D3, AC and FA. RGB value is (211,172,250). Sum of RGB (Red+Green+Blue) = 211+172+250=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACFA is #2C5305. Grayscale: #C0C0C0. Windows color (decimal): -2904838 or 16428243. OLE color: 16428243.

HSL color Cylindrical-coordinate representation of color #D3ACFA: hue angle of 270º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3ACFA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 172 250 -
CMYK 0.16 0.31 0 0.02
HSL 270º 0.89% 0.83% -
HSV(B) 270º 0.31% 0.98% -
XYZ 58.87 50.26 97.04 -
YUV 192.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 211 172 250 0.16 0.31 0 0.02 270 0.89 0.83
Hex D3 AC FA 10 1F 0 2 10E 59 53
Octal 323 254 372 20 37 0 2 416 131 123
Binary 11010011 10101100 11111010 10000 11111 0 10 100001110 1011001 1010011

Color Harmonies of #D3ACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACFA

Black with #D3ACFA

Text Example


Text Example

White with #D3ACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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