Html Css Color HEX #DDACDB Plum

📋 copy color: '#DDACDB'

red 221 ◦ green 172 ◦ blue 219

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

Shades of Plum #DDACDB

Tints of Plum #DDACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.1%

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

R = 36.11%
G = 28.1%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDACDB (or 0xDDACDB) is known color: Plum. HEX triplet: DD, AC and DB. RGB value is (221,172,219). Sum of RGB (Red+Green+Blue) = 221+172+219=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDB is #225324. Grayscale: #BFBFBF. Windows color (decimal): -2249509 or 14396637. OLE color: 14396637.

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

Color convert

RGB 221 172 219 -
CMYK 0 0.22 0.01 0.13
HSL 302.45º 0.42% 0.77% -
HSV(B) 302.45º 0.22% 0.87% -
XYZ 57.36 49.99 73.64 -
YUV 192.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 221 172 219 0 0.22 0.01 0.13 302.45 0.42 0.77
Hex DD AC DB 0 16 1 D 12E 2A 4D
Octal 335 254 333 0 26 1 15 456 52 115
Binary 11011101 10101100 11011011 0 10110 1 1101 100101110 101010 1001101

Color Harmonies of #DDACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACDB

Black with #DDACDB

Text Example


Text Example

White with #DDACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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