Html Css Color HEX #DD99DC Plum

📋 copy color: '#DD99DC'

red 221 ◦ green 153 ◦ blue 220

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

Shades of Plum #DD99DC

Tints of Plum #DD99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 37.21%
G = 25.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD99DC (or 0xDD99DC) is known color: Plum. HEX triplet: DD, 99 and DC. RGB value is (221,153,220). Sum of RGB (Red+Green+Blue) = 221+153+220=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DC is #226623. Grayscale: #B4B4B4. Windows color (decimal): -2254372 or 14457309. OLE color: 14457309.

HSL color Cylindrical-coordinate representation of color #DD99DC: hue angle of 300.88º 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 #DD99DC is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 220 -
CMYK 0 0.31 0.00 0.13
HSL 300.88º 0.5% 0.73% -
HSV(B) 300.88º 0.31% 0.87% -
XYZ 54.13 43.32 73.22 -
YUV 180.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 221 153 220 0 0.31 0.00 0.13 300.88 0.5 0.73
Hex DD 99 DC 0 1F 0 D 12D 32 49
Octal 335 231 334 0 37 0 15 455 62 111
Binary 11011101 10011001 11011100 0 11111 0 1101 100101101 110010 1001001

Color Harmonies of #DD99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99DC

Black with #DD99DC

Text Example


Text Example

White with #DD99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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