Html Css Color HEX #DDA5FF Mauve

📋 copy color: '#DDA5FF'

red 221 ◦ green 165 ◦ blue 255

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

Shades of Mauve #DDA5FF

Tints of Mauve #DDA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.74%

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

R = 34.48%
G = 25.74%
B = 39.78%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDA5FF (or 0xDDA5FF) is known color: Mauve. HEX triplet: DD, A5 and FF. RGB value is (221,165,255). Sum of RGB (Red+Green+Blue) = 221+165+255=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FF is #225A00. Grayscale: #BFBFBF. Windows color (decimal): -2251265 or 16754141. OLE color: 16754141.

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

Color convert

RGB 221 165 255 -
CMYK 0.13 0.35 0 0
HSL 277.33º 1% 0.82% -
HSV(B) 277.33º 0.35% 1% -
XYZ 61.32 49.5 100.93 -
YUV 192 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 221 165 255 0.13 0.35 0 0 277.33 1 0.82
Hex DD A5 FF D 23 0 0 115 64 52
Octal 335 245 377 15 43 0 0 425 144 122
Binary 11011101 10100101 11111111 1101 100011 0 0 100010101 1100100 1010010

Color Harmonies of #DDA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5FF

Black with #DDA5FF

Text Example


Text Example

White with #DDA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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