Html Css Color HEX #DD9DDF Plum

📋 copy color: '#DD9DDF'

red 221 ◦ green 157 ◦ blue 223

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

Shades of Plum #DD9DDF

Tints of Plum #DD9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.12%

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

R = 36.77%
G = 26.12%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD9DDF (or 0xDD9DDF) is known color: Plum. HEX triplet: DD, 9D and DF. RGB value is (221,157,223). Sum of RGB (Red+Green+Blue) = 221+157+223=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDF is #226220. Grayscale: #B7B7B7. Windows color (decimal): -2253345 or 14654941. OLE color: 14654941.

HSL color Cylindrical-coordinate representation of color #DD9DDF: hue angle of 298.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9DDF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 223 -
CMYK 0.01 0.30 0 0.13
HSL 298.18º 0.51% 0.75% -
HSV(B) 298.18º 0.3% 0.87% -
XYZ 55.2 44.81 75.55 -
YUV 183.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 221 157 223 0.01 0.30 0 0.13 298.18 0.51 0.75
Hex DD 9D DF 1 1E 0 D 12A 33 4B
Octal 335 235 337 1 36 0 15 452 63 113
Binary 11011101 10011101 11011111 1 11110 0 1101 100101010 110011 1001011

Color Harmonies of #DD9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DDF

Black with #DD9DDF

Text Example


Text Example

White with #DD9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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