Html Css Color HEX #DD99DF Plum

📋 copy color: '#DD99DF'

red 221 ◦ green 153 ◦ blue 223

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

Shades of Plum #DD99DF

Tints of Plum #DD99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 37.02%
G = 25.63%
B = 37.35%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD99DF (or 0xDD99DF) is known color: Plum. HEX triplet: DD, 99 and DF. RGB value is (221,153,223). Sum of RGB (Red+Green+Blue) = 221+153+223=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99DF is #226620. Grayscale: #B5B5B5. Windows color (decimal): -2254369 or 14653917. OLE color: 14653917.

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

Color convert

RGB 221 153 223 -
CMYK 0.01 0.31 0 0.13
HSL 298.29º 0.52% 0.74% -
HSV(B) 298.29º 0.31% 0.87% -
XYZ 54.53 43.48 75.33 -
YUV 181.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 221 153 223 0.01 0.31 0 0.13 298.29 0.52 0.74
Hex DD 99 DF 1 1F 0 D 12A 34 4A
Octal 335 231 337 1 37 0 15 452 64 112
Binary 11011101 10011001 11011111 1 11111 0 1101 100101010 110100 1001010

Color Harmonies of #DD99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99DF

Black with #DD99DF

Text Example


Text Example

White with #DD99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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