Html Css Color HEX #DDA1FB Mauve

📋 copy color: '#DDA1FB'

red 221 ◦ green 161 ◦ blue 251

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

Shades of Mauve #DDA1FB

Tints of Mauve #DDA1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.65%

R = 34.91%
G = 25.43%
B = 39.65%

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

#DDA1FB (or 0xDDA1FB) is known color: Mauve. HEX triplet: DD, A1 and FB. RGB value is (221,161,251). Sum of RGB (Red+Green+Blue) = 221+161+251=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1FB is #225E04. Grayscale: #BCBCBC. Windows color (decimal): -2252293 or 16490973. OLE color: 16490973.

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

Color convert

RGB 221 161 251 -
CMYK 0.12 0.36 0 0.02
HSL 280º 0.92% 0.81% -
HSV(B) 280º 0.36% 0.98% -
XYZ 59.98 47.83 97.34 -
YUV 189.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 221 161 251 0.12 0.36 0 0.02 280 0.92 0.81
Hex DD A1 FB C 24 0 2 118 5C 51
Octal 335 241 373 14 44 0 2 430 134 121
Binary 11011101 10100001 11111011 1100 100100 0 10 100011000 1011100 1010001

Color Harmonies of #DDA1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1FB

Black with #DDA1FB

Text Example


Text Example

White with #DDA1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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