Html Css Color HEX #DD99D4 Plum

📋 copy color: '#DD99D4'

red 221 ◦ green 153 ◦ blue 212

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

Shades of Plum #DD99D4

Tints of Plum #DD99D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.18%

R = 37.71%
G = 26.11%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD99D4 (or 0xDD99D4) is known color: Plum. HEX triplet: DD, 99 and D4. RGB value is (221,153,212). Sum of RGB (Red+Green+Blue) = 221+153+212=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99D4 is #22662B. Grayscale: #B3B3B3. Windows color (decimal): -2254380 or 13933021. OLE color: 13933021.

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

Color convert

RGB 221 153 212 -
CMYK 0 0.31 0.04 0.13
HSL 307.94º 0.5% 0.73% -
HSV(B) 307.94º 0.31% 0.87% -
XYZ 53.09 42.91 67.77 -
YUV 180.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 221 153 212 0 0.31 0.04 0.13 307.94 0.5 0.73
Hex DD 99 D4 0 1F 4 D 134 32 49
Octal 335 231 324 0 37 4 15 464 62 111
Binary 11011101 10011001 11010100 0 11111 100 1101 100110100 110010 1001001

Color Harmonies of #DD99D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99D4

Black with #DD99D4

Text Example


Text Example

White with #DD99D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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