Html Css Color HEX #DDA6DD Plum

📋 copy color: '#DDA6DD'

red 221 ◦ green 166 ◦ blue 221

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

Shades of Plum #DDA6DD

Tints of Plum #DDA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

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

R = 36.35%
G = 27.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDA6DD (or 0xDDA6DD) is known color: Plum. HEX triplet: DD, A6 and DD. RGB value is (221,166,221). Sum of RGB (Red+Green+Blue) = 221+166+221=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6DD is #225922. Grayscale: #BCBCBC. Windows color (decimal): -2251043 or 14526173. OLE color: 14526173.

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

Color convert

RGB 221 166 221 -
CMYK 0 0.25 0 0.13
HSL 300º 0.45% 0.76% -
HSV(B) 300º 0.25% 0.87% -
XYZ 56.51 47.87 74.67 -
YUV 188.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 221 166 221 0 0.25 0 0.13 300 0.45 0.76
Hex DD A6 DD 0 19 0 D 12C 2D 4C
Octal 335 246 335 0 31 0 15 454 55 114
Binary 11011101 10100110 11011101 0 11001 0 1101 100101100 101101 1001100

Color Harmonies of #DDA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6DD

Black with #DDA6DD

Text Example


Text Example

White with #DDA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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