Html Css Color HEX #DDA2CF Plum

📋 copy color: '#DDA2CF'

red 221 ◦ green 162 ◦ blue 207

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

Shades of Plum #DDA2CF

Tints of Plum #DDA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.46%

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 37.46%
G = 27.46%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DDA2CF (or 0xDDA2CF) is known color: Plum. HEX triplet: DD, A2 and CF. RGB value is (221,162,207). Sum of RGB (Red+Green+Blue) = 221+162+207=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CF is #225D30. Grayscale: #B8B8B8. Windows color (decimal): -2252081 or 13607645. OLE color: 13607645.

HSL color Cylindrical-coordinate representation of color #DDA2CF: hue angle of 314.24º degrees, saturation: 0.46, 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 #DDA2CF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 207 -
CMYK 0 0.27 0.06 0.13
HSL 314.24º 0.46% 0.75% -
HSV(B) 314.24º 0.27% 0.87% -
XYZ 54 45.72 65.01 -
YUV 184.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 221 162 207 0 0.27 0.06 0.13 314.24 0.46 0.75
Hex DD A2 CF 0 1B 6 D 13A 2E 4B
Octal 335 242 317 0 33 6 15 472 56 113
Binary 11011101 10100010 11001111 0 11011 110 1101 100111010 101110 1001011

Color Harmonies of #DDA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2CF

Black with #DDA2CF

Text Example


Text Example

White with #DDA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2CF; }

 p { color: rgb(221,162,207); }

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

background-color css

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

 a { background-color: rgb(221,162,207); }

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

border-color css

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

 span { border-color: rgb(221,162,207); }

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