Html Css Color HEX #DD8CDB Plum

📋 copy color: '#DD8CDB'

red 221 ◦ green 140 ◦ blue 219

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

Shades of Plum #DD8CDB

Tints of Plum #DD8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

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

R = 38.1%
G = 24.14%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD8CDB (or 0xDD8CDB) is known color: Plum. HEX triplet: DD, 8C and DB. RGB value is (221,140,219). Sum of RGB (Red+Green+Blue) = 221+140+219=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDB is #227324. Grayscale: #ACACAC. Windows color (decimal): -2257701 or 14388445. OLE color: 14388445.

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

Color convert

RGB 221 140 219 -
CMYK 0 0.37 0.01 0.13
HSL 301.48º 0.54% 0.71% -
HSV(B) 301.48º 0.37% 0.87% -
XYZ 51.98 39.24 71.85 -
YUV 173.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 221 140 219 0 0.37 0.01 0.13 301.48 0.54 0.71
Hex DD 8C DB 0 25 1 D 12D 36 47
Octal 335 214 333 0 45 1 15 455 66 107
Binary 11011101 10001100 11011011 0 100101 1 1101 100101101 110110 1000111

Color Harmonies of #DD8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CDB

Black with #DD8CDB

Text Example


Text Example

White with #DD8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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