Html Css Color HEX #DDACDF Plum

📋 copy color: '#DDACDF'

red 221 ◦ green 172 ◦ blue 223

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

Shades of Plum #DDACDF

Tints of Plum #DDACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.92%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 35.88%
G = 27.92%
B = 36.2%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDACDF (or 0xDDACDF) is known color: Plum. HEX triplet: DD, AC and DF. RGB value is (221,172,223). Sum of RGB (Red+Green+Blue) = 221+172+223=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDF is #225320. Grayscale: #C0C0C0. Windows color (decimal): -2249505 or 14658781. OLE color: 14658781.

HSL color Cylindrical-coordinate representation of color #DDACDF: hue angle of 297.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDACDF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 223 -
CMYK 0.01 0.23 0 0.13
HSL 297.65º 0.44% 0.77% -
HSV(B) 297.65º 0.23% 0.87% -
XYZ 57.89 50.2 76.45 -
YUV 192.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 221 172 223 0.01 0.23 0 0.13 297.65 0.44 0.77
Hex DD AC DF 1 17 0 D 12A 2C 4D
Octal 335 254 337 1 27 0 15 452 54 115
Binary 11011101 10101100 11011111 1 10111 0 1101 100101010 101100 1001101

Color Harmonies of #DDACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACDF

Black with #DDACDF

Text Example


Text Example

White with #DDACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACDF; }

 p { color: rgb(221,172,223); }

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

background-color css

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

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

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

border-color css

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

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

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