Html Css Color HEX #DDA0CE Plum

📋 copy color: '#DDA0CE'

red 221 ◦ green 160 ◦ blue 206

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

Shades of Plum #DDA0CE

Tints of Plum #DDA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 37.65%
G = 27.26%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDA0CE (or 0xDDA0CE) is known color: Plum. HEX triplet: DD, A0 and CE. RGB value is (221,160,206). Sum of RGB (Red+Green+Blue) = 221+160+206=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0CE is #225F31. Grayscale: #B7B7B7. Windows color (decimal): -2252594 or 13541597. OLE color: 13541597.

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

Color convert

RGB 221 160 206 -
CMYK 0 0.28 0.07 0.13
HSL 314.75º 0.47% 0.75% -
HSV(B) 314.75º 0.28% 0.87% -
XYZ 53.53 44.97 64.25 -
YUV 183.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 221 160 206 0 0.28 0.07 0.13 314.75 0.47 0.75
Hex DD A0 CE 0 1C 7 D 13B 2F 4B
Octal 335 240 316 0 34 7 15 473 57 113
Binary 11011101 10100000 11001110 0 11100 111 1101 100111011 101111 1001011

Color Harmonies of #DDA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0CE

Black with #DDA0CE

Text Example


Text Example

White with #DDA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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