Html Css Color HEX #DDA5DB Plum

📋 copy color: '#DDA5DB'

red 221 ◦ green 165 ◦ blue 219

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

Shades of Plum #DDA5DB

Tints of Plum #DDA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

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

R = 36.53%
G = 27.27%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDA5DB (or 0xDDA5DB) is known color: Plum. HEX triplet: DD, A5 and DB. RGB value is (221,165,219). Sum of RGB (Red+Green+Blue) = 221+165+219=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DB is #225A24. Grayscale: #BBBBBB. Windows color (decimal): -2251301 or 14394845. OLE color: 14394845.

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

Color convert

RGB 221 165 219 -
CMYK 0 0.25 0.01 0.13
HSL 302.14º 0.45% 0.76% -
HSV(B) 302.14º 0.25% 0.87% -
XYZ 56.06 47.4 73.21 -
YUV 187.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 221 165 219 0 0.25 0.01 0.13 302.14 0.45 0.76
Hex DD A5 DB 0 19 1 D 12E 2D 4C
Octal 335 245 333 0 31 1 15 456 55 114
Binary 11011101 10100101 11011011 0 11001 1 1101 100101110 101101 1001100

Color Harmonies of #DDA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5DB

Black with #DDA5DB

Text Example


Text Example

White with #DDA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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