Html Css Color HEX #DD8EDB Plum

📋 copy color: '#DD8EDB'

red 221 ◦ green 142 ◦ blue 219

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

Shades of Plum #DD8EDB

Tints of Plum #DD8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.4%

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

R = 37.97%
G = 24.4%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD8EDB (or 0xDD8EDB) is known color: Plum. HEX triplet: DD, 8E and DB. RGB value is (221,142,219). Sum of RGB (Red+Green+Blue) = 221+142+219=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EDB is #227124. Grayscale: #AEAEAE. Windows color (decimal): -2257189 or 14388957. OLE color: 14388957.

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

Color convert

RGB 221 142 219 -
CMYK 0 0.36 0.01 0.13
HSL 301.52º 0.54% 0.71% -
HSV(B) 301.52º 0.36% 0.87% -
XYZ 52.28 39.83 71.95 -
YUV 174.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 221 142 219 0 0.36 0.01 0.13 301.52 0.54 0.71
Hex DD 8E DB 0 24 1 D 12E 36 47
Octal 335 216 333 0 44 1 15 456 66 107
Binary 11011101 10001110 11011011 0 100100 1 1101 100101110 110110 1000111

Color Harmonies of #DD8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EDB

Black with #DD8EDB

Text Example


Text Example

White with #DD8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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