Html Css Color HEX #DDA9F3 Mauve

📋 copy color: '#DDA9F3'

red 221 ◦ green 169 ◦ blue 243

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

Shades of Mauve #DDA9F3

Tints of Mauve #DDA9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.39%

R = 34.91%
G = 26.7%
B = 38.39%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDA9F3 (or 0xDDA9F3) is known color: Mauve. HEX triplet: DD, A9 and F3. RGB value is (221,169,243). Sum of RGB (Red+Green+Blue) = 221+169+243=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9F3 is #22560C. Grayscale: #C0C0C0. Windows color (decimal): -2250253 or 15968733. OLE color: 15968733.

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

Color convert

RGB 221 169 243 -
CMYK 0.09 0.30 0 0.05
HSL 282.16º 0.76% 0.81% -
HSV(B) 282.16º 0.3% 0.95% -
XYZ 60.18 50.22 91.32 -
YUV 192.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 221 169 243 0.09 0.30 0 0.05 282.16 0.76 0.81
Hex DD A9 F3 9 1E 0 5 11A 4C 51
Octal 335 251 363 11 36 0 5 432 114 121
Binary 11011101 10101001 11110011 1001 11110 0 101 100011010 1001100 1010001

Color Harmonies of #DDA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9F3

Black with #DDA9F3

Text Example


Text Example

White with #DDA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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