Html Css Color HEX #DCA8E0 Plum

📋 copy color: '#DCA8E0'

red 220 ◦ green 168 ◦ blue 224

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

Shades of Plum #DCA8E0

Tints of Plum #DCA8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.6%

R = 35.95%
G = 27.45%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCA8E0 (or 0xDCA8E0) is known color: Plum. HEX triplet: DC, A8 and E0. RGB value is (220,168,224). Sum of RGB (Red+Green+Blue) = 220+168+224=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA8E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8E0 is #23571F. Grayscale: #BDBDBD. Windows color (decimal): -2316064 or 14723292. OLE color: 14723292.

HSL color Cylindrical-coordinate representation of color #DCA8E0: hue angle of 295.71º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA8E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 168 224 -
CMYK 0.02 0.25 0 0.12
HSL 295.71º 0.47% 0.77% -
HSV(B) 295.71º 0.25% 0.88% -
XYZ 56.97 48.6 76.9 -
YUV 189.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 220 168 224 0.02 0.25 0 0.12 295.71 0.47 0.77
Hex DC A8 E0 2 19 0 C 128 2F 4D
Octal 334 250 340 2 31 0 14 450 57 115
Binary 11011100 10101000 11100000 10 11001 0 1100 100101000 101111 1001101

Color Harmonies of #DCA8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8E0

Black with #DCA8E0

Text Example


Text Example

White with #DCA8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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