Html Css Color HEX #DDA9FF Mauve

📋 copy color: '#DDA9FF'

red 221 ◦ green 169 ◦ blue 255

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

Shades of Mauve #DDA9FF

Tints of Mauve #DDA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.2%

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

R = 34.26%
G = 26.2%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA9FF (or 0xDDA9FF) is known color: Mauve. HEX triplet: DD, A9 and FF. RGB value is (221,169,255). Sum of RGB (Red+Green+Blue) = 221+169+255=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FF is #225600. Grayscale: #C2C2C2. Windows color (decimal): -2250241 or 16755165. OLE color: 16755165.

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

Color convert

RGB 221 169 255 -
CMYK 0.13 0.34 0 0
HSL 276.28º 1% 0.83% -
HSV(B) 276.28º 0.34% 1% -
XYZ 62.06 50.97 101.17 -
YUV 194.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 221 169 255 0.13 0.34 0 0 276.28 1 0.83
Hex DD A9 FF D 22 0 0 114 64 53
Octal 335 251 377 15 42 0 0 424 144 123
Binary 11011101 10101001 11111111 1101 100010 0 0 100010100 1100100 1010011

Color Harmonies of #DDA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9FF

Black with #DDA9FF

Text Example


Text Example

White with #DDA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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