Html Css Color HEX #DD99D9 Plum

📋 copy color: '#DD99D9'

red 221 ◦ green 153 ◦ blue 217

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

Shades of Plum #DD99D9

Tints of Plum #DD99D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 37.39%
G = 25.89%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD99D9 (or 0xDD99D9) is known color: Plum. HEX triplet: DD, 99 and D9. RGB value is (221,153,217). Sum of RGB (Red+Green+Blue) = 221+153+217=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D9 is #226626. Grayscale: #B4B4B4. Windows color (decimal): -2254375 or 14260701. OLE color: 14260701.

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

Color convert

RGB 221 153 217 -
CMYK 0 0.31 0.02 0.13
HSL 303.53º 0.5% 0.73% -
HSV(B) 303.53º 0.31% 0.87% -
XYZ 53.73 43.16 71.15 -
YUV 180.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 221 153 217 0 0.31 0.02 0.13 303.53 0.5 0.73
Hex DD 99 D9 0 1F 2 D 130 32 49
Octal 335 231 331 0 37 2 15 460 62 111
Binary 11011101 10011001 11011001 0 11111 10 1101 100110000 110010 1001001

Color Harmonies of #DD99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99D9

Black with #DD99D9

Text Example


Text Example

White with #DD99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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