Html Css Color HEX #DCABDB Plum

📋 copy color: '#DCABDB'

red 220 ◦ green 171 ◦ blue 219

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

Shades of Plum #DCABDB

Tints of Plum #DCABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.03%

 BLUE value IS 219 (85.94% from 255) = 35.9%

R = 36.07%
G = 28.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCABDB (or 0xDCABDB) is known color: Plum. HEX triplet: DC, AB and DB. RGB value is (220,171,219). Sum of RGB (Red+Green+Blue) = 220+171+219=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABDB is #235424. Grayscale: #BEBEBE. Windows color (decimal): -2315301 or 14396380. OLE color: 14396380.

HSL color Cylindrical-coordinate representation of color #DCABDB: hue angle of 301.22º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABDB is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 219 -
CMYK 0 0.22 0.00 0.14
HSL 301.22º 0.41% 0.77% -
HSV(B) 301.22º 0.22% 0.86% -
XYZ 56.86 49.46 73.57 -
YUV 191.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 220 171 219 0 0.22 0.00 0.14 301.22 0.41 0.77
Hex DC AB DB 0 16 0 E 12D 29 4D
Octal 334 253 333 0 26 0 16 455 51 115
Binary 11011100 10101011 11011011 0 10110 0 1110 100101101 101001 1001101

Color Harmonies of #DCABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABDB

Black with #DCABDB

Text Example


Text Example

White with #DCABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABDB; }

 p { color: rgb(220,171,219); }

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

background-color css

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

 a { background-color: rgb(220,171,219); }

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

border-color css

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

 span { border-color: rgb(220,171,219); }

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