Html Css Color HEX #DDA0FA Mauve

📋 copy color: '#DDA0FA'

red 221 ◦ green 160 ◦ blue 250

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

Shades of Mauve #DDA0FA

Tints of Mauve #DDA0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.36%

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

R = 35.02%
G = 25.36%
B = 39.62%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDA0FA (or 0xDDA0FA) is known color: Mauve. HEX triplet: DD, A0 and FA. RGB value is (221,160,250). Sum of RGB (Red+Green+Blue) = 221+160+250=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FA is #225F05. Grayscale: #BCBCBC. Windows color (decimal): -2252550 or 16425181. OLE color: 16425181.

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

Color convert

RGB 221 160 250 -
CMYK 0.12 0.36 0 0.02
HSL 280.67º 0.9% 0.8% -
HSV(B) 280.67º 0.36% 0.98% -
XYZ 59.64 47.42 96.45 -
YUV 188.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 221 160 250 0.12 0.36 0 0.02 280.67 0.9 0.8
Hex DD A0 FA C 24 0 2 119 5A 50
Octal 335 240 372 14 44 0 2 431 132 120
Binary 11011101 10100000 11111010 1100 100100 0 10 100011001 1011010 1010000

Color Harmonies of #DDA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0FA

Black with #DDA0FA

Text Example


Text Example

White with #DDA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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