Html Css Color HEX #DDA3EA Plum

📋 copy color: '#DDA3EA'

red 221 ◦ green 163 ◦ blue 234

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

Shades of Plum #DDA3EA

Tints of Plum #DDA3EA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.38%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 35.76%
G = 26.38%
B = 37.86%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDA3EA (or 0xDDA3EA) is known color: Plum. HEX triplet: DD, A3 and EA. RGB value is (221,163,234). Sum of RGB (Red+Green+Blue) = 221+163+234=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EA is #225C15. Grayscale: #BCBCBC. Windows color (decimal): -2251798 or 15377373. OLE color: 15377373.

HSL color Cylindrical-coordinate representation of color #DDA3EA: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA3EA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 163 234 -
CMYK 0.06 0.30 0 0.08
HSL 289.01º 0.63% 0.78% -
HSV(B) 289.01º 0.3% 0.92% -
XYZ 57.77 47.51 83.97 -
YUV 188.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 221 163 234 0.06 0.30 0 0.08 289.01 0.63 0.78
Hex DD A3 EA 6 1E 0 8 121 3F 4E
Octal 335 243 352 6 36 0 10 441 77 116
Binary 11011101 10100011 11101010 110 11110 0 1000 100100001 111111 1001110

Color Harmonies of #DDA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3EA

Black with #DDA3EA

Text Example


Text Example

White with #DDA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3EA; }

 p { color: rgb(221,163,234); }

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

background-color css

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

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

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

border-color css

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

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

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