Html Css Color HEX #DDABDB Plum

📋 copy color: '#DDABDB'

red 221 ◦ green 171 ◦ blue 219

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

Shades of Plum #DDABDB

Tints of Plum #DDABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.99%

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

R = 36.17%
G = 27.99%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDABDB (or 0xDDABDB) is known color: Plum. HEX triplet: DD, AB and DB. RGB value is (221,171,219). Sum of RGB (Red+Green+Blue) = 221+171+219=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABDB is #225424. Grayscale: #BFBFBF. Windows color (decimal): -2249765 or 14396381. OLE color: 14396381.

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

Color convert

RGB 221 171 219 -
CMYK 0 0.23 0.01 0.13
HSL 302.4º 0.42% 0.77% -
HSV(B) 302.4º 0.23% 0.87% -
XYZ 57.17 49.61 73.58 -
YUV 191.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 221 171 219 0 0.23 0.01 0.13 302.4 0.42 0.77
Hex DD AB DB 0 17 1 D 12E 2A 4D
Octal 335 253 333 0 27 1 15 456 52 115
Binary 11011101 10101011 11011011 0 10111 1 1101 100101110 101010 1001101

Color Harmonies of #DDABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABDB

Black with #DDABDB

Text Example


Text Example

White with #DDABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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