Html Css Color HEX #DCA1D0 Plum

📋 copy color: '#DCA1D0'

red 220 ◦ green 161 ◦ blue 208

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

Shades of Plum #DCA1D0

Tints of Plum #DCA1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.31%

R = 37.35%
G = 27.33%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCA1D0 (or 0xDCA1D0) is known color: Plum. HEX triplet: DC, A1 and D0. RGB value is (220,161,208). Sum of RGB (Red+Green+Blue) = 220+161+208=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D0 is #235E2F. Grayscale: #B7B7B7. Windows color (decimal): -2317872 or 13672924. OLE color: 13672924.

HSL color Cylindrical-coordinate representation of color #DCA1D0: hue angle of 312.2º 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 #DCA1D0 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 208 -
CMYK 0 0.27 0.05 0.14
HSL 312.2º 0.46% 0.75% -
HSV(B) 312.2º 0.27% 0.86% -
XYZ 53.65 45.26 65.58 -
YUV 184 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 220 161 208 0 0.27 0.05 0.14 312.2 0.46 0.75
Hex DC A1 D0 0 1B 5 E 138 2E 4B
Octal 334 241 320 0 33 5 16 470 56 113
Binary 11011100 10100001 11010000 0 11011 101 1110 100111000 101110 1001011

Color Harmonies of #DCA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1D0

Black with #DCA1D0

Text Example


Text Example

White with #DCA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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