Html Css Color HEX #DD99D6 Plum

📋 copy color: '#DD99D6'

red 221 ◦ green 153 ◦ blue 214

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

Shades of Plum #DD99D6

Tints of Plum #DD99D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.39%

R = 37.59%
G = 26.02%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD99D6 (or 0xDD99D6) is known color: Plum. HEX triplet: DD, 99 and D6. RGB value is (221,153,214). Sum of RGB (Red+Green+Blue) = 221+153+214=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D6 is #226629. Grayscale: #B4B4B4. Windows color (decimal): -2254378 or 14064093. OLE color: 14064093.

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

Color convert

RGB 221 153 214 -
CMYK 0 0.31 0.03 0.13
HSL 306.18º 0.5% 0.73% -
HSV(B) 306.18º 0.31% 0.87% -
XYZ 53.35 43.01 69.11 -
YUV 180.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 221 153 214 0 0.31 0.03 0.13 306.18 0.5 0.73
Hex DD 99 D6 0 1F 3 D 132 32 49
Octal 335 231 326 0 37 3 15 462 62 111
Binary 11011101 10011001 11010110 0 11111 11 1101 100110010 110010 1001001

Color Harmonies of #DD99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99D6

Black with #DD99D6

Text Example


Text Example

White with #DD99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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