Html Css Color HEX #DD99DB Plum

📋 copy color: '#DD99DB'

red 221 ◦ green 153 ◦ blue 219

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

Shades of Plum #DD99DB

Tints of Plum #DD99DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

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

R = 37.27%
G = 25.8%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD99DB (or 0xDD99DB) is known color: Plum. HEX triplet: DD, 99 and DB. RGB value is (221,153,219). Sum of RGB (Red+Green+Blue) = 221+153+219=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DB is #226624. Grayscale: #B4B4B4. Windows color (decimal): -2254373 or 14391773. OLE color: 14391773.

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

Color convert

RGB 221 153 219 -
CMYK 0 0.31 0.01 0.13
HSL 301.76º 0.5% 0.73% -
HSV(B) 301.76º 0.31% 0.87% -
XYZ 54 43.27 72.52 -
YUV 180.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 221 153 219 0 0.31 0.01 0.13 301.76 0.5 0.73
Hex DD 99 DB 0 1F 1 D 12E 32 49
Octal 335 231 333 0 37 1 15 456 62 111
Binary 11011101 10011001 11011011 0 11111 1 1101 100101110 110010 1001001

Color Harmonies of #DD99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99DB

Black with #DD99DB

Text Example


Text Example

White with #DD99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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