Html Css Color HEX #DDA1F2 Mauve

📋 copy color: '#DDA1F2'

red 221 ◦ green 161 ◦ blue 242

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

Shades of Mauve #DDA1F2

Tints of Mauve #DDA1F2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.8%

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 35.42%
G = 25.8%
B = 38.78%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDA1F2 (or 0xDDA1F2) is known color: Mauve. HEX triplet: DD, A1 and F2. RGB value is (221,161,242). Sum of RGB (Red+Green+Blue) = 221+161+242=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDA1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1F2 is #225E0D. Grayscale: #BBBBBB. Windows color (decimal): -2252302 or 15901149. OLE color: 15901149.

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

Color convert

RGB 221 161 242 -
CMYK 0.09 0.33 0 0.05
HSL 284.44º 0.76% 0.79% -
HSV(B) 284.44º 0.33% 0.95% -
XYZ 58.59 47.27 90.04 -
YUV 188.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 221 161 242 0.09 0.33 0 0.05 284.44 0.76 0.79
Hex DD A1 F2 9 21 0 5 11C 4C 4F
Octal 335 241 362 11 41 0 5 434 114 117
Binary 11011101 10100001 11110010 1001 100001 0 101 100011100 1001100 1001111

Color Harmonies of #DDA1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1F2

Black with #DDA1F2

Text Example


Text Example

White with #DDA1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1F2; }

 p { color: rgb(221,161,242); }

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

background-color css

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

 a { background-color: rgb(221,161,242); }

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

border-color css

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

 span { border-color: rgb(221,161,242); }

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