Html Css Color HEX #DDA8DA Plum

📋 copy color: '#DDA8DA'

red 221 ◦ green 168 ◦ blue 218

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

Shades of Plum #DDA8DA

Tints of Plum #DDA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.68%

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 36.41%
G = 27.68%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DDA8DA (or 0xDDA8DA) is known color: Plum. HEX triplet: DD, A8 and DA. RGB value is (221,168,218). Sum of RGB (Red+Green+Blue) = 221+168+218=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8DA is #225725. Grayscale: #BDBDBD. Windows color (decimal): -2250534 or 14330077. OLE color: 14330077.

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

Color convert

RGB 221 168 218 -
CMYK 0 0.24 0.01 0.13
HSL 303.4º 0.44% 0.76% -
HSV(B) 303.4º 0.24% 0.87% -
XYZ 56.48 48.44 72.7 -
YUV 189.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 221 168 218 0 0.24 0.01 0.13 303.4 0.44 0.76
Hex DD A8 DA 0 18 1 D 12F 2C 4C
Octal 335 250 332 0 30 1 15 457 54 114
Binary 11011101 10101000 11011010 0 11000 1 1101 100101111 101100 1001100

Color Harmonies of #DDA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8DA

Black with #DDA8DA

Text Example


Text Example

White with #DDA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8DA; }

 p { color: rgb(221,168,218); }

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

background-color css

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

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

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

border-color css

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

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

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