Html Css Color HEX #DDA4DD Plum

📋 copy color: '#DDA4DD'

red 221 ◦ green 164 ◦ blue 221

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

Shades of Plum #DDA4DD

Tints of Plum #DDA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.06%

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

R = 36.47%
G = 27.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA4DD (or 0xDDA4DD) is known color: Plum. HEX triplet: DD, A4 and DD. RGB value is (221,164,221). Sum of RGB (Red+Green+Blue) = 221+164+221=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4DD is #225B22. Grayscale: #BBBBBB. Windows color (decimal): -2251555 or 14525661. OLE color: 14525661.

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

Color convert

RGB 221 164 221 -
CMYK 0 0.26 0 0.13
HSL 300º 0.46% 0.75% -
HSV(B) 300º 0.26% 0.87% -
XYZ 56.15 47.14 74.55 -
YUV 187.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 221 164 221 0 0.26 0 0.13 300 0.46 0.75
Hex DD A4 DD 0 1A 0 D 12C 2E 4B
Octal 335 244 335 0 32 0 15 454 56 113
Binary 11011101 10100100 11011101 0 11010 0 1101 100101100 101110 1001011

Color Harmonies of #DDA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4DD

Black with #DDA4DD

Text Example


Text Example

White with #DDA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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