Html Css Color HEX #DD9EDB Plum

📋 copy color: '#DD9EDB'

red 221 ◦ green 158 ◦ blue 219

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

Shades of Plum #DD9EDB

Tints of Plum #DD9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.42%

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

R = 36.96%
G = 26.42%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD9EDB (or 0xDD9EDB) is known color: Plum. HEX triplet: DD, 9E and DB. RGB value is (221,158,219). Sum of RGB (Red+Green+Blue) = 221+158+219=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EDB is #226124. Grayscale: #B7B7B7. Windows color (decimal): -2253093 or 14393053. OLE color: 14393053.

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

Color convert

RGB 221 158 219 -
CMYK 0 0.29 0.01 0.13
HSL 301.9º 0.48% 0.74% -
HSV(B) 301.9º 0.29% 0.87% -
XYZ 54.83 44.94 72.8 -
YUV 183.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 221 158 219 0 0.29 0.01 0.13 301.9 0.48 0.74
Hex DD 9E DB 0 1D 1 D 12E 30 4A
Octal 335 236 333 0 35 1 15 456 60 112
Binary 11011101 10011110 11011011 0 11101 1 1101 100101110 110000 1001010

Color Harmonies of #DD9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EDB

Black with #DD9EDB

Text Example


Text Example

White with #DD9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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