Html Css Color HEX #DDADDD Plum

📋 copy color: '#DDADDD'

red 221 ◦ green 173 ◦ blue 221

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

Shades of Plum #DDADDD

Tints of Plum #DDADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.13%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 35.93%
G = 28.13%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDADDD (or 0xDDADDD) is known color: Plum. HEX triplet: DD, AD and DD. RGB value is (221,173,221). Sum of RGB (Red+Green+Blue) = 221+173+221=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADDD is #225222. Grayscale: #C0C0C0. Windows color (decimal): -2249251 or 14527965. OLE color: 14527965.

HSL color Cylindrical-coordinate representation of color #DDADDD: hue angle of 300º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADDD is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 221 -
CMYK 0 0.22 0 0.13
HSL 300º 0.41% 0.77% -
HSV(B) 300º 0.22% 0.87% -
XYZ 57.81 50.48 75.1 -
YUV 192.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 221 173 221 0 0.22 0 0.13 300 0.41 0.77
Hex DD AD DD 0 16 0 D 12C 29 4D
Octal 335 255 335 0 26 0 15 454 51 115
Binary 11011101 10101101 11011101 0 10110 0 1101 100101100 101001 1001101

Color Harmonies of #DDADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDADDD

Black with #DDADDD

Text Example


Text Example

White with #DDADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDADDD; }

 p { color: rgb(221,173,221); }

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

background-color css

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

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

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

border-color css

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

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

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