Html Css Color HEX #DCA1D4 Plum

📋 copy color: '#DCA1D4'

red 220 ◦ green 161 ◦ blue 212

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

Shades of Plum #DCA1D4

Tints of Plum #DCA1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 37.1%
G = 27.15%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCA1D4 (or 0xDCA1D4) is known color: Plum. HEX triplet: DC, A1 and D4. RGB value is (220,161,212). Sum of RGB (Red+Green+Blue) = 220+161+212=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D4 is #235E2B. Grayscale: #B8B8B8. Windows color (decimal): -2317868 or 13935068. OLE color: 13935068.

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

Color convert

RGB 220 161 212 -
CMYK 0 0.27 0.04 0.14
HSL 308.14º 0.46% 0.75% -
HSV(B) 308.14º 0.27% 0.86% -
XYZ 54.14 45.46 68.21 -
YUV 184.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 220 161 212 0 0.27 0.04 0.14 308.14 0.46 0.75
Hex DC A1 D4 0 1B 4 E 134 2E 4B
Octal 334 241 324 0 33 4 16 464 56 113
Binary 11011100 10100001 11010100 0 11011 100 1110 100110100 101110 1001011

Color Harmonies of #DCA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA1D4

Black with #DCA1D4

Text Example


Text Example

White with #DCA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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