Html Css Color HEX #DCA1D5 Plum

📋 copy color: '#DCA1D5'

red 220 ◦ green 161 ◦ blue 213

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

Shades of Plum #DCA1D5

Tints of Plum #DCA1D5

RGB

 RED value IS 220 (86.33% from 255) = 37.04%

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 37.04%
G = 27.1%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DCA1D5 (or 0xDCA1D5) is known color: Plum. HEX triplet: DC, A1 and D5. RGB value is (220,161,213). Sum of RGB (Red+Green+Blue) = 220+161+213=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D5 is #235E2A. Grayscale: #B8B8B8. Windows color (decimal): -2317867 or 14000604. OLE color: 14000604.

HSL color Cylindrical-coordinate representation of color #DCA1D5: hue angle of 307.12º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1D5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 213 -
CMYK 0 0.27 0.03 0.14
HSL 307.12º 0.46% 0.75% -
HSV(B) 307.12º 0.27% 0.86% -
XYZ 54.27 45.51 68.87 -
YUV 184.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 220 161 213 0 0.27 0.03 0.14 307.12 0.46 0.75
Hex DC A1 D5 0 1B 3 E 133 2E 4B
Octal 334 241 325 0 33 3 16 463 56 113
Binary 11011100 10100001 11010101 0 11011 11 1110 100110011 101110 1001011

Color Harmonies of #DCA1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1D5

Black with #DCA1D5

Text Example


Text Example

White with #DCA1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1D5; }

 p { color: rgb(220,161,213); }

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

background-color css

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

 a { background-color: rgb(220,161,213); }

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

border-color css

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

 span { border-color: rgb(220,161,213); }

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