Html Css Color HEX #DDA1CE Plum

📋 copy color: '#DDA1CE'

red 221 ◦ green 161 ◦ blue 206

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

Shades of Plum #DDA1CE

Tints of Plum #DDA1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 37.59%
G = 27.38%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDA1CE (or 0xDDA1CE) is known color: Plum. HEX triplet: DD, A1 and CE. RGB value is (221,161,206). Sum of RGB (Red+Green+Blue) = 221+161+206=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1CE is #225E31. Grayscale: #B7B7B7. Windows color (decimal): -2252338 or 13541853. OLE color: 13541853.

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

Color convert

RGB 221 161 206 -
CMYK 0 0.27 0.07 0.13
HSL 315º 0.47% 0.75% -
HSV(B) 315º 0.27% 0.87% -
XYZ 53.7 45.32 64.31 -
YUV 184.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 221 161 206 0 0.27 0.07 0.13 315 0.47 0.75
Hex DD A1 CE 0 1B 7 D 13B 2F 4B
Octal 335 241 316 0 33 7 15 473 57 113
Binary 11011101 10100001 11001110 0 11011 111 1101 100111011 101111 1001011

Color Harmonies of #DDA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1CE

Black with #DDA1CE

Text Example


Text Example

White with #DDA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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