Html Css Color HEX #DDA2FA Mauve

📋 copy color: '#DDA2FA'

red 221 ◦ green 162 ◦ blue 250

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

Shades of Mauve #DDA2FA

Tints of Mauve #DDA2FA

RGB

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

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

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

R = 34.91%
G = 25.59%
B = 39.49%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDA2FA (or 0xDDA2FA) is known color: Mauve. HEX triplet: DD, A2 and FA. RGB value is (221,162,250). Sum of RGB (Red+Green+Blue) = 221+162+250=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2FA is #225D05. Grayscale: #BDBDBD. Windows color (decimal): -2252038 or 16425693. OLE color: 16425693.

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

Color convert

RGB 221 162 250 -
CMYK 0.12 0.35 0 0.02
HSL 280.23º 0.9% 0.81% -
HSV(B) 280.23º 0.35% 0.98% -
XYZ 59.99 48.11 96.57 -
YUV 189.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 221 162 250 0.12 0.35 0 0.02 280.23 0.9 0.81
Hex DD A2 FA C 23 0 2 118 5A 51
Octal 335 242 372 14 43 0 2 430 132 121
Binary 11011101 10100010 11111010 1100 100011 0 10 100011000 1011010 1010001

Color Harmonies of #DDA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2FA

Black with #DDA2FA

Text Example


Text Example

White with #DDA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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