Html Css Color HEX #DDA0FF Mauve

📋 copy color: '#DDA0FF'

red 221 ◦ green 160 ◦ blue 255

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

Shades of Mauve #DDA0FF

Tints of Mauve #DDA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 34.75%
G = 25.16%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA0FF (or 0xDDA0FF) is known color: Mauve. HEX triplet: DD, A0 and FF. RGB value is (221,160,255). Sum of RGB (Red+Green+Blue) = 221+160+255=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FF is #225F00. Grayscale: #BCBCBC. Windows color (decimal): -2252545 or 16752861. OLE color: 16752861.

HSL color Cylindrical-coordinate representation of color #DDA0FF: hue angle of 278.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA0FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 160 255 -
CMYK 0.13 0.37 0 0
HSL 278.53º 1% 0.81% -
HSV(B) 278.53º 0.37% 1% -
XYZ 60.44 47.73 100.64 -
YUV 189.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 221 160 255 0.13 0.37 0 0 278.53 1 0.81
Hex DD A0 FF D 25 0 0 117 64 51
Octal 335 240 377 15 45 0 0 427 144 121
Binary 11011101 10100000 11111111 1101 100101 0 0 100010111 1100100 1010001

Color Harmonies of #DDA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0FF

Black with #DDA0FF

Text Example


Text Example

White with #DDA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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