Html Css Color HEX #DDA1F1 Mauve

📋 copy color: '#DDA1F1'

red 221 ◦ green 161 ◦ blue 241

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

Shades of Mauve #DDA1F1

Tints of Mauve #DDA1F1

RGB

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

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

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

R = 35.47%
G = 25.84%
B = 38.68%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDA1F1 (or 0xDDA1F1) is known color: Mauve. HEX triplet: DD, A1 and F1. RGB value is (221,161,241). Sum of RGB (Red+Green+Blue) = 221+161+241=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1F1 is #225E0E. Grayscale: #BBBBBB. Windows color (decimal): -2252303 or 15835613. OLE color: 15835613.

HSL color Cylindrical-coordinate representation of color #DDA1F1: hue angle of 285º degrees, saturation: 0.74, 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 #DDA1F1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 161 241 -
CMYK 0.08 0.33 0 0.05
HSL 285º 0.74% 0.79% -
HSV(B) 285º 0.33% 0.95% -
XYZ 58.44 47.21 89.25 -
YUV 188.06 157.88 151.5 -
System Red Green Blue C M Y K H S L
Decimal 221 161 241 0.08 0.33 0 0.05 285 0.74 0.79
Hex DD A1 F1 8 21 0 5 11D 4A 4F
Octal 335 241 361 10 41 0 5 435 112 117
Binary 11011101 10100001 11110001 1000 100001 0 101 100011101 1001010 1001111

Color Harmonies of #DDA1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1F1

Black with #DDA1F1

Text Example


Text Example

White with #DDA1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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