Html Css Color HEX #DDA9DF Plum

📋 copy color: '#DDA9DF'

red 221 ◦ green 169 ◦ blue 223

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

Shades of Plum #DDA9DF

Tints of Plum #DDA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.57%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 36.05%
G = 27.57%
B = 36.38%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA9DF (or 0xDDA9DF) is known color: Plum. HEX triplet: DD, A9 and DF. RGB value is (221,169,223). Sum of RGB (Red+Green+Blue) = 221+169+223=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9DF is #225620. Grayscale: #BEBEBE. Windows color (decimal): -2250273 or 14658013. OLE color: 14658013.

HSL color Cylindrical-coordinate representation of color #DDA9DF: hue angle of 297.78º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9DF is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 223 -
CMYK 0.01 0.24 0 0.13
HSL 297.78º 0.46% 0.77% -
HSV(B) 297.78º 0.24% 0.87% -
XYZ 57.33 49.08 76.26 -
YUV 190.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 221 169 223 0.01 0.24 0 0.13 297.78 0.46 0.77
Hex DD A9 DF 1 18 0 D 12A 2E 4D
Octal 335 251 337 1 30 0 15 452 56 115
Binary 11011101 10101001 11011111 1 11000 0 1101 100101010 101110 1001101

Color Harmonies of #DDA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9DF

Black with #DDA9DF

Text Example


Text Example

White with #DDA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9DF; }

 p { color: rgb(221,169,223); }

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

background-color css

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

 a { background-color: rgb(221,169,223); }

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

border-color css

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

 span { border-color: rgb(221,169,223); }

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