Html Css Color HEX #DDA4FF Mauve

📋 copy color: '#DDA4FF'

red 221 ◦ green 164 ◦ blue 255

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

Shades of Mauve #DDA4FF

Tints of Mauve #DDA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.63%

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

R = 34.53%
G = 25.63%
B = 39.84%

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

#DDA4FF (or 0xDDA4FF) is known color: Mauve. HEX triplet: DD, A4 and FF. RGB value is (221,164,255). Sum of RGB (Red+Green+Blue) = 221+164+255=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4FF is #225B00. Grayscale: #BFBFBF. Windows color (decimal): -2251521 or 16753885. OLE color: 16753885.

HSL color Cylindrical-coordinate representation of color #DDA4FF: hue angle of 277.58º 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 #DDA4FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 164 255 -
CMYK 0.13 0.36 0 0
HSL 277.58º 1% 0.82% -
HSV(B) 277.58º 0.36% 1% -
XYZ 61.14 49.14 100.87 -
YUV 191.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 221 164 255 0.13 0.36 0 0 277.58 1 0.82
Hex DD A4 FF D 24 0 0 116 64 52
Octal 335 244 377 15 44 0 0 426 144 122
Binary 11011101 10100100 11111111 1101 100100 0 0 100010110 1100100 1010010

Color Harmonies of #DDA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4FF

Black with #DDA4FF

Text Example


Text Example

White with #DDA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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