Html Css Color HEX #DDA1FE Mauve

📋 copy color: '#DDA1FE'

red 221 ◦ green 161 ◦ blue 254

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

Shades of Mauve #DDA1FE

Tints of Mauve #DDA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.31%

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 34.75%
G = 25.31%
B = 39.94%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDA1FE (or 0xDDA1FE) is known color: Mauve. HEX triplet: DD, A1 and FE. RGB value is (221,161,254). Sum of RGB (Red+Green+Blue) = 221+161+254=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1FE is #225E01. Grayscale: #BDBDBD. Windows color (decimal): -2252290 or 16687581. OLE color: 16687581.

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

Color convert

RGB 221 161 254 -
CMYK 0.13 0.37 0 0.00
HSL 278.71º 0.98% 0.81% -
HSV(B) 278.71º 0.37% 1% -
XYZ 60.45 48.02 99.85 -
YUV 189.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 221 161 254 0.13 0.37 0 0.00 278.71 0.98 0.81
Hex DD A1 FE D 25 0 0 117 62 51
Octal 335 241 376 15 45 0 0 427 142 121
Binary 11011101 10100001 11111110 1101 100101 0 0 100010111 1100010 1010001

Color Harmonies of #DDA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1FE

Black with #DDA1FE

Text Example


Text Example

White with #DDA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1FE; }

 p { color: rgb(221,161,254); }

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

background-color css

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

 a { background-color: rgb(221,161,254); }

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

border-color css

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

 span { border-color: rgb(221,161,254); }

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