Html Css Color HEX #DDA3FF Mauve

📋 copy color: '#DDA3FF'

red 221 ◦ green 163 ◦ blue 255

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

Shades of Mauve #DDA3FF

Tints of Mauve #DDA3FF

RGB

 RED value IS 221 (86.72% from 255) = 34.59%

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

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

R = 34.59%
G = 25.51%
B = 39.91%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA3FF (or 0xDDA3FF) is known color: Mauve. HEX triplet: DD, A3 and FF. RGB value is (221,163,255). Sum of RGB (Red+Green+Blue) = 221+163+255=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3FF is #225C00. Grayscale: #BEBEBE. Windows color (decimal): -2251777 or 16753629. OLE color: 16753629.

HSL color Cylindrical-coordinate representation of color #DDA3FF: hue angle of 277.83º 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 #DDA3FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 163 255 -
CMYK 0.13 0.36 0 0
HSL 277.83º 1% 0.82% -
HSV(B) 277.83º 0.36% 1% -
XYZ 60.97 48.79 100.81 -
YUV 190.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 221 163 255 0.13 0.36 0 0 277.83 1 0.82
Hex DD A3 FF D 24 0 0 116 64 52
Octal 335 243 377 15 44 0 0 426 144 122
Binary 11011101 10100011 11111111 1101 100100 0 0 100010110 1100100 1010010

Color Harmonies of #DDA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3FF

Black with #DDA3FF

Text Example


Text Example

White with #DDA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3FF; }

 p { color: rgb(221,163,255); }

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

background-color css

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

 a { background-color: rgb(221,163,255); }

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

border-color css

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

 span { border-color: rgb(221,163,255); }

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