Html Css Color HEX #DDA4DB Plum

📋 copy color: '#DDA4DB'

red 221 ◦ green 164 ◦ blue 219

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

Shades of Plum #DDA4DB

Tints of Plum #DDA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.15%

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

R = 36.59%
G = 27.15%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDA4DB (or 0xDDA4DB) is known color: Plum. HEX triplet: DD, A4 and DB. RGB value is (221,164,219). Sum of RGB (Red+Green+Blue) = 221+164+219=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4DB is #225B24. Grayscale: #BBBBBB. Windows color (decimal): -2251557 or 14394589. OLE color: 14394589.

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

Color convert

RGB 221 164 219 -
CMYK 0 0.26 0.01 0.13
HSL 302.11º 0.46% 0.75% -
HSV(B) 302.11º 0.26% 0.87% -
XYZ 55.88 47.04 73.15 -
YUV 187.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 221 164 219 0 0.26 0.01 0.13 302.11 0.46 0.75
Hex DD A4 DB 0 1A 1 D 12E 2E 4B
Octal 335 244 333 0 32 1 15 456 56 113
Binary 11011101 10100100 11011011 0 11010 1 1101 100101110 101110 1001011

Color Harmonies of #DDA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4DB

Black with #DDA4DB

Text Example


Text Example

White with #DDA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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