Html Css Color HEX #DDA0F1 Mauve

📋 copy color: '#DDA0F1'

red 221 ◦ green 160 ◦ blue 241

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

Shades of Mauve #DDA0F1

Tints of Mauve #DDA0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.72%

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

R = 35.53%
G = 25.72%
B = 38.75%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDA0F1 (or 0xDDA0F1) is known color: Mauve. HEX triplet: DD, A0 and F1. RGB value is (221,160,241). Sum of RGB (Red+Green+Blue) = 221+160+241=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0F1 is #225F0E. Grayscale: #BBBBBB. Windows color (decimal): -2252559 or 15835357. OLE color: 15835357.

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

Color convert

RGB 221 160 241 -
CMYK 0.08 0.34 0 0.05
HSL 285.19º 0.74% 0.79% -
HSV(B) 285.19º 0.34% 0.95% -
XYZ 58.27 46.86 89.19 -
YUV 187.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 221 160 241 0.08 0.34 0 0.05 285.19 0.74 0.79
Hex DD A0 F1 8 22 0 5 11D 4A 4F
Octal 335 240 361 10 42 0 5 435 112 117
Binary 11011101 10100000 11110001 1000 100010 0 101 100011101 1001010 1001111

Color Harmonies of #DDA0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0F1

Black with #DDA0F1

Text Example


Text Example

White with #DDA0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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