Html Css Color HEX #DDA0DB Plum

📋 copy color: '#DDA0DB'

red 221 ◦ green 160 ◦ blue 219

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

Shades of Plum #DDA0DB

Tints of Plum #DDA0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 36.83%
G = 26.67%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDA0DB (or 0xDDA0DB) is known color: Plum. HEX triplet: DD, A0 and DB. RGB value is (221,160,219). Sum of RGB (Red+Green+Blue) = 221+160+219=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DB is #225F24. Grayscale: #B8B8B8. Windows color (decimal): -2252581 or 14393565. OLE color: 14393565.

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

Color convert

RGB 221 160 219 -
CMYK 0 0.28 0.01 0.13
HSL 301.97º 0.47% 0.75% -
HSV(B) 301.97º 0.28% 0.87% -
XYZ 55.18 45.63 72.92 -
YUV 184.97 147.21 153.7 -
System Red Green Blue C M Y K H S L
Decimal 221 160 219 0 0.28 0.01 0.13 301.97 0.47 0.75
Hex DD A0 DB 0 1C 1 D 12E 2F 4B
Octal 335 240 333 0 34 1 15 456 57 113
Binary 11011101 10100000 11011011 0 11100 1 1101 100101110 101111 1001011

Color Harmonies of #DDA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0DB

Black with #DDA0DB

Text Example


Text Example

White with #DDA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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