Html Css Color HEX #DDA7DD Plum

📋 copy color: '#DDA7DD'

red 221 ◦ green 167 ◦ blue 221

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

Shades of Plum #DDA7DD

Tints of Plum #DDA7DD

RGB

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

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

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

R = 36.29%
G = 27.42%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA7DD (or 0xDDA7DD) is known color: Plum. HEX triplet: DD, A7 and DD. RGB value is (221,167,221). Sum of RGB (Red+Green+Blue) = 221+167+221=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7DD is #225822. Grayscale: #BDBDBD. Windows color (decimal): -2250787 or 14526429. OLE color: 14526429.

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

Color convert

RGB 221 167 221 -
CMYK 0 0.24 0 0.13
HSL 300º 0.44% 0.76% -
HSV(B) 300º 0.24% 0.87% -
XYZ 56.69 48.23 74.73 -
YUV 189.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 221 167 221 0 0.24 0 0.13 300 0.44 0.76
Hex DD A7 DD 0 18 0 D 12C 2C 4C
Octal 335 247 335 0 30 0 15 454 54 114
Binary 11011101 10100111 11011101 0 11000 0 1101 100101100 101100 1001100

Color Harmonies of #DDA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7DD

Black with #DDA7DD

Text Example


Text Example

White with #DDA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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