Html Css Color HEX #DDA6E3 Plum

📋 copy color: '#DDA6E3'

red 221 ◦ green 166 ◦ blue 227

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

Shades of Plum #DDA6E3

Tints of Plum #DDA6E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.97%

R = 35.99%
G = 27.04%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDA6E3 (or 0xDDA6E3) is known color: Plum. HEX triplet: DD, A6 and E3. RGB value is (221,166,227). Sum of RGB (Red+Green+Blue) = 221+166+227=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDA6E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6E3 is #22591C. Grayscale: #BDBDBD. Windows color (decimal): -2251037 or 14919389. OLE color: 14919389.

HSL color Cylindrical-coordinate representation of color #DDA6E3: hue angle of 294.1º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA6E3 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 166 227 -
CMYK 0.03 0.27 0 0.11
HSL 294.1º 0.52% 0.77% -
HSV(B) 294.1º 0.27% 0.89% -
XYZ 57.32 48.19 78.95 -
YUV 189.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 221 166 227 0.03 0.27 0 0.11 294.1 0.52 0.77
Hex DD A6 E3 3 1B 0 B 126 34 4D
Octal 335 246 343 3 33 0 13 446 64 115
Binary 11011101 10100110 11100011 11 11011 0 1011 100100110 110100 1001101

Color Harmonies of #DDA6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6E3

Black with #DDA6E3

Text Example


Text Example

White with #DDA6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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