Html Css Color HEX #DDA9F1 Mauve

📋 copy color: '#DDA9F1'

red 221 ◦ green 169 ◦ blue 241

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

Shades of Mauve #DDA9F1

Tints of Mauve #DDA9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 35.02%
G = 26.78%
B = 38.19%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDA9F1 (or 0xDDA9F1) is known color: Mauve. HEX triplet: DD, A9 and F1. RGB value is (221,169,241). Sum of RGB (Red+Green+Blue) = 221+169+241=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9F1 is #22560E. Grayscale: #C0C0C0. Windows color (decimal): -2250255 or 15837661. OLE color: 15837661.

HSL color Cylindrical-coordinate representation of color #DDA9F1: hue angle of 283.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA9F1 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 169 241 -
CMYK 0.08 0.30 0 0.05
HSL 283.33º 0.72% 0.8% -
HSV(B) 283.33º 0.3% 0.95% -
XYZ 59.88 50.1 89.73 -
YUV 192.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 221 169 241 0.08 0.30 0 0.05 283.33 0.72 0.8
Hex DD A9 F1 8 1E 0 5 11B 48 50
Octal 335 251 361 10 36 0 5 433 110 120
Binary 11011101 10101001 11110001 1000 11110 0 101 100011011 1001000 1010000

Color Harmonies of #DDA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9F1

Black with #DDA9F1

Text Example


Text Example

White with #DDA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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