Html Css Color HEX #DDA7DA Plum

📋 copy color: '#DDA7DA'

red 221 ◦ green 167 ◦ blue 218

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

Shades of Plum #DDA7DA

Tints of Plum #DDA7DA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.56%

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

R = 36.47%
G = 27.56%
B = 35.97%

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

#DDA7DA (or 0xDDA7DA) is known color: Plum. HEX triplet: DD, A7 and DA. RGB value is (221,167,218). Sum of RGB (Red+Green+Blue) = 221+167+218=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7DA is #225825. Grayscale: #BCBCBC. Windows color (decimal): -2250790 or 14329821. OLE color: 14329821.

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

Color convert

RGB 221 167 218 -
CMYK 0 0.24 0.01 0.13
HSL 303.33º 0.44% 0.76% -
HSV(B) 303.33º 0.24% 0.87% -
XYZ 56.29 48.07 72.64 -
YUV 188.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 221 167 218 0 0.24 0.01 0.13 303.33 0.44 0.76
Hex DD A7 DA 0 18 1 D 12F 2C 4C
Octal 335 247 332 0 30 1 15 457 54 114
Binary 11011101 10100111 11011010 0 11000 1 1101 100101111 101100 1001100

Color Harmonies of #DDA7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7DA

Black with #DDA7DA

Text Example


Text Example

White with #DDA7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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