Html Css Color HEX #DCA8DF Plum

📋 copy color: '#DCA8DF'

red 220 ◦ green 168 ◦ blue 223

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

Shades of Plum #DCA8DF

Tints of Plum #DCA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.5%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 36.01%
G = 27.5%
B = 36.5%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA8DF (or 0xDCA8DF) is known color: Plum. HEX triplet: DC, A8 and DF. RGB value is (220,168,223). Sum of RGB (Red+Green+Blue) = 220+168+223=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DF is #235720. Grayscale: #BDBDBD. Windows color (decimal): -2316065 or 14657756. OLE color: 14657756.

HSL color Cylindrical-coordinate representation of color #DCA8DF: hue angle of 296.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA8DF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 168 223 -
CMYK 0.01 0.25 0 0.13
HSL 296.73º 0.46% 0.77% -
HSV(B) 296.73º 0.25% 0.87% -
XYZ 56.84 48.55 76.19 -
YUV 189.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 220 168 223 0.01 0.25 0 0.13 296.73 0.46 0.77
Hex DC A8 DF 1 19 0 D 129 2E 4D
Octal 334 250 337 1 31 0 15 451 56 115
Binary 11011100 10101000 11011111 1 11001 0 1101 100101001 101110 1001101

Color Harmonies of #DCA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8DF

Black with #DCA8DF

Text Example


Text Example

White with #DCA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8DF; }

 p { color: rgb(220,168,223); }

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

background-color css

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

 a { background-color: rgb(220,168,223); }

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

border-color css

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

 span { border-color: rgb(220,168,223); }

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