Html Css Color HEX #DDA7FA Mauve

📋 copy color: '#DDA7FA'

red 221 ◦ green 167 ◦ blue 250

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

Shades of Mauve #DDA7FA

Tints of Mauve #DDA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.18%

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 34.64%
G = 26.18%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDA7FA (or 0xDDA7FA) is known color: Mauve. HEX triplet: DD, A7 and FA. RGB value is (221,167,250). Sum of RGB (Red+Green+Blue) = 221+167+250=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FA is #225805. Grayscale: #C0C0C0. Windows color (decimal): -2250758 or 16426973. OLE color: 16426973.

HSL color Cylindrical-coordinate representation of color #DDA7FA: hue angle of 279.04º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA7FA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 167 250 -
CMYK 0.12 0.33 0 0.02
HSL 279.04º 0.89% 0.82% -
HSV(B) 279.04º 0.33% 0.98% -
XYZ 60.89 49.91 96.87 -
YUV 192.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 221 167 250 0.12 0.33 0 0.02 279.04 0.89 0.82
Hex DD A7 FA C 21 0 2 117 59 52
Octal 335 247 372 14 41 0 2 427 131 122
Binary 11011101 10100111 11111010 1100 100001 0 10 100010111 1011001 1010010

Color Harmonies of #DDA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7FA

Black with #DDA7FA

Text Example


Text Example

White with #DDA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7FA; }

 p { color: rgb(221,167,250); }

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

background-color css

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

 a { background-color: rgb(221,167,250); }

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

border-color css

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

 span { border-color: rgb(221,167,250); }

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