Html Css Color HEX #DDA9FD Mauve

📋 copy color: '#DDA9FD'

red 221 ◦ green 169 ◦ blue 253

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

Shades of Mauve #DDA9FD

Tints of Mauve #DDA9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.35%

R = 34.37%
G = 26.28%
B = 39.35%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDA9FD (or 0xDDA9FD) is known color: Mauve. HEX triplet: DD, A9 and FD. RGB value is (221,169,253). Sum of RGB (Red+Green+Blue) = 221+169+253=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FD is #225602. Grayscale: #C1C1C1. Windows color (decimal): -2250243 or 16624093. OLE color: 16624093.

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

Color convert

RGB 221 169 253 -
CMYK 0.13 0.33 0 0.01
HSL 277.14º 0.95% 0.83% -
HSV(B) 277.14º 0.33% 0.99% -
XYZ 61.74 50.84 99.49 -
YUV 194.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 221 169 253 0.13 0.33 0 0.01 277.14 0.95 0.83
Hex DD A9 FD D 21 0 1 115 5F 53
Octal 335 251 375 15 41 0 1 425 137 123
Binary 11011101 10101001 11111101 1101 100001 0 1 100010101 1011111 1010011

Color Harmonies of #DDA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9FD

Black with #DDA9FD

Text Example


Text Example

White with #DDA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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