Html Css Color HEX #DCA5D4 Plum

📋 copy color: '#DCA5D4'

red 220 ◦ green 165 ◦ blue 212

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

Shades of Plum #DCA5D4

Tints of Plum #DCA5D4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.64%

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

R = 36.85%
G = 27.64%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCA5D4 (or 0xDCA5D4) is known color: Plum. HEX triplet: DC, A5 and D4. RGB value is (220,165,212). Sum of RGB (Red+Green+Blue) = 220+165+212=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D4 is #235A2B. Grayscale: #BABABA. Windows color (decimal): -2316844 or 13936092. OLE color: 13936092.

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

Color convert

RGB 220 165 212 -
CMYK 0 0.25 0.04 0.14
HSL 308.73º 0.44% 0.75% -
HSV(B) 308.73º 0.25% 0.86% -
XYZ 54.85 46.88 68.44 -
YUV 186.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 220 165 212 0 0.25 0.04 0.14 308.73 0.44 0.75
Hex DC A5 D4 0 19 4 E 135 2C 4B
Octal 334 245 324 0 31 4 16 465 54 113
Binary 11011100 10100101 11010100 0 11001 100 1110 100110101 101100 1001011

Color Harmonies of #DCA5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5D4

Black with #DCA5D4

Text Example


Text Example

White with #DCA5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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