Html Css Color HEX #DDA1E4 Plum

📋 copy color: '#DDA1E4'

red 221 ◦ green 161 ◦ blue 228

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

Shades of Plum #DDA1E4

Tints of Plum #DDA1E4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.39%

 BLUE value IS 228 (89.45% from 255) = 37.38%

R = 36.23%
G = 26.39%
B = 37.38%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDA1E4 (or 0xDDA1E4) is known color: Plum. HEX triplet: DD, A1 and E4. RGB value is (221,161,228). Sum of RGB (Red+Green+Blue) = 221+161+228=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1E4 is #225E1B. Grayscale: #BABABA. Windows color (decimal): -2252316 or 14983645. OLE color: 14983645.

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

Color convert

RGB 221 161 228 -
CMYK 0.03 0.29 0 0.11
HSL 293.73º 0.55% 0.76% -
HSV(B) 293.73º 0.29% 0.89% -
XYZ 56.57 46.46 79.39 -
YUV 186.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 221 161 228 0.03 0.29 0 0.11 293.73 0.55 0.76
Hex DD A1 E4 3 1D 0 B 126 37 4C
Octal 335 241 344 3 35 0 13 446 67 114
Binary 11011101 10100001 11100100 11 11101 0 1011 100100110 110111 1001100

Color Harmonies of #DDA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1E4

Black with #DDA1E4

Text Example


Text Example

White with #DDA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1E4; }

 p { color: rgb(221,161,228); }

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

background-color css

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

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

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

border-color css

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

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

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