Html Css Color HEX #DDA2FF Mauve

📋 copy color: '#DDA2FF'

red 221 ◦ green 162 ◦ blue 255

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

Shades of Mauve #DDA2FF

Tints of Mauve #DDA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.39%

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

R = 34.64%
G = 25.39%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA2FF (or 0xDDA2FF) is known color: Mauve. HEX triplet: DD, A2 and FF. RGB value is (221,162,255). Sum of RGB (Red+Green+Blue) = 221+162+255=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 162 (63.67% from 255 or 25.39% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2FF is #225D00. Grayscale: #BDBDBD. Windows color (decimal): -2252033 or 16753373. OLE color: 16753373.

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

Color convert

RGB 221 162 255 -
CMYK 0.13 0.36 0 0
HSL 278.06º 1% 0.82% -
HSV(B) 278.06º 0.36% 1% -
XYZ 60.79 48.43 100.75 -
YUV 190.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 221 162 255 0.13 0.36 0 0 278.06 1 0.82
Hex DD A2 FF D 24 0 0 116 64 52
Octal 335 242 377 15 44 0 0 426 144 122
Binary 11011101 10100010 11111111 1101 100100 0 0 100010110 1100100 1010010

Color Harmonies of #DDA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2FF

Black with #DDA2FF

Text Example


Text Example

White with #DDA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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